]> git.saurik.com Git - wxWidgets.git/blob - debian/libwxmsw-dev.postinst
fixed wxStrrchr(s, '\0') bug, added const and non const versions of wxStrchr, wxStrrc...
[wxWidgets.git] / debian / libwxmsw-dev.postinst
1 #! /bin/sh
2 set -e
3
4 update-alternatives --install /usr/bin/wx-config wx-config /usr/bin/wxmsw-=V-=H-config 40
5
6 #DEBHELPER#
7