Applied patch #13698 to fix wrong border test
[wxWidgets.git] / debian / python-wxgtk-dbg.prerm
0 / 13 (  0%)
CommitLineData
1#!/bin/sh
2
3set -e
4
5PACKAGE="python-wxgtk=V-dbg"
6dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
7
8for PY in =PYVERS; do
9 update-alternatives --remove wx.pth /usr/lib/wx/$PY/wx=V-dbg.pth
10done
11
12#DEBHELPER#
13