]> git.saurik.com Git - wxWidgets.git/blame - debian/python-wxgtk-dbg.prerm
Allow building wxGTK under Windows with MSVC.
[wxWidgets.git] / debian / python-wxgtk-dbg.prerm
CommitLineData
6181913e
RL
1#!/bin/sh
2
3set -e
4
8bdc4937 5PACKAGE="python-wxgtk=V-dbg"
6181913e
RL
6dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
7
8bf4f383
RD
8for PY in =PYVERS; do
9 update-alternatives --remove wx.pth /usr/lib/wx/$PY/wx=V-dbg.pth
10done
8bdc4937 11
6181913e
RL
12#DEBHELPER#
13