]> git.saurik.com Git - wxWidgets.git/blob - debian/libwxgtk-dev.postinst
Added newlines to end of files to avoid RTF-for-PDF index getting messed up
[wxWidgets.git] / debian / libwxgtk-dev.postinst
1 #! /bin/sh
2 set -e
3
4 update-alternatives --install /usr/bin/wx-config wx-config \
5 /usr/lib/wx/config/gtk2-unicode-release-=V \
6 $(( =PRIO * 10 + 8 ))
7
8 #DEBHELPER#
9