]> git.saurik.com Git - wxWidgets.git/blobdiff - debian/libwxbase-dev.postinst
check that the stream raises no error other than EOF when it's supposed to be at EOF
[wxWidgets.git] / debian / libwxbase-dev.postinst
index 8587a5ddf16276653848d1c85cce886eb8c7e613..6155f762ac80c8a26eccd525aa091409dfe92921 100644 (file)
@@ -1,7 +1,9 @@
 #! /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/lib/wx/config/base-unicode-release-=V \
+                             $(( =PRIO * 10 + 7 ))
 
 #DEBHELPER#