]> git.saurik.com Git - wxWidgets.git/blob - debian/libwxgtk-python.prerm
Removed the SaveBG hack. The real incompatibility is that the MemoryDC
[wxWidgets.git] / debian / libwxgtk-python.prerm
1 #!/bin/sh
2
3 set -e
4
5 PACKAGE="libwxgtk=V-python"
6
7 dpkg --listfiles $PACKAGE |
8 awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
9 xargs rm -f >&2
10
11
12 #DEBHELPER#
13