wxWidgets/debian/libwxgtk-python.prerm
2001-01-27 08:46:25 +00:00

14 lines
150 B
Bash

#!/bin/sh
set -e
PACKAGE="libwxgtk=V-python"
dpkg --listfiles $PACKAGE |
awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
xargs rm -f >&2
#DEBHELPER#