]> git.saurik.com Git - wxWidgets.git/blame_incremental - debian/python-wxgtk.prerm
stub for wxOS2 region ctor from points.
[wxWidgets.git] / debian / python-wxgtk.prerm
... / ...
CommitLineData
1#!/bin/sh
2
3set -e
4
5PACKAGE="python-wxgtk=V"
6dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
7
8update-alternatives --remove wx.pth /usr/lib/wx/python/wx=V.pth
9
10#DEBHELPER#
11