Files
wxWidgets/debian/libwxgtk-python.prerm
Ron Lee 99aa2d72c7 added python-contrib package.
optimised use of configure cache.
determine python install dir automatically.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-09-24 14:52:31 +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#