git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9548
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
so we can reap the .mo files as they are created. Closes: #86174
* OBCBLR Closes: #84692
* fix wxPython build gremlin. Closes: #89209, #85129
+ * tweaked wx-config alternatives priority to favour the most
+ likely default use.
* general buglet count reduced.
-- Ron <ron@debian.org> Thu, 8 Mar 2001 21:10:07 -0800
#! /bin/sh
set -e
-update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxbase-config 50
+update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxbase-config 60
#DEBHELPER#
#! /bin/sh
set -e
-update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxgtk-config 50
+update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxgtk-config 70
#DEBHELPER#