]> git.saurik.com Git - wxWidgets.git/blobdiff - debian/libwxgtk-dbg.postinst
Change wxMSW wxTreeCtrl::DoFreeze() to not hide the tree any more.
[wxWidgets.git] / debian / libwxgtk-dbg.postinst
index 2f4dbac6f82f866633980d9839caefc212e19c51..e1ebbd2ecab0c116d7d417353e76e0fc6f43ef09 100644 (file)
@@ -1,7 +1,9 @@
 #! /bin/sh
 set -e
 
-update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxgtk2d-=V-config 50
+update-alternatives --install /usr/bin/wx-config wx-config              \
+                             /usr/lib/wx/config/gtk2-unicode-debug-=V  \
+                             $(( =PRIO * 10 + 6 ))
 
 #DEBHELPER#