]> git.saurik.com Git - wxWidgets.git/blobdiff - debian/libwxgtk-dev.postinst
define constants for the number of items in the tree at each level and number of...
[wxWidgets.git] / debian / libwxgtk-dev.postinst
index e4b02b2e9ca009ac69e5f1f57df3af3dcf0b112a..6b499fe80dac1d41adaee0109eb7cfaca59f8416 100644 (file)
@@ -1,7 +1,9 @@
 #! /bin/sh
 set -e
 
-update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxgtk-=V-config 70
+update-alternatives --install /usr/bin/wx-config wx-config                \
+                             /usr/lib/wx/config/gtk2-unicode-release-=V  \
+                             $(( =PRIO * 10 + 8 ))
 
 #DEBHELPER#