backported 2.2 packaging fixes for python 2.1
[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