]> git.saurik.com Git - wxWidgets.git/blob - debian/libwxgtk-python.prerm
include wx/msw/wrapcctl.h instead of <commctrl.h> as otherwise value of _WIN32_IE...
[wxWidgets.git] / debian / libwxgtk-python.prerm
1 #!/bin/sh
2
3 set -e
4
5 PACKAGE="libwxgtk=SOV-python"
6 dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
7
8 #DEBHELPER#
9