]> git.saurik.com Git - wxWidgets.git/blob - debian/libwxbase-dbg.postinst
store our styles in wxSpinCtrlGenericBase ctor (needed to make the changes of r59410...
[wxWidgets.git] / debian / libwxbase-dbg.postinst
1 #! /bin/sh
2 set -e
3
4 update-alternatives --install /usr/bin/wx-config wx-config \
5 /usr/lib/wx/config/base-unicode-debug-=V \
6 $(( =PRIO * 10 + 5 ))
7
8 #DEBHELPER#
9