]> git.saurik.com Git - wxWidgets.git/blame - debian/python-wxgtk.prerm
Removed obsolete conditional compile option wxPG_CREATE_CONTROLS_HIDDEN
[wxWidgets.git] / debian / python-wxgtk.prerm
CommitLineData
6181913e
RL
1#!/bin/sh
2
3set -e
4
8bf4f383
RD
5for PY in =PYVERS; do
6 update-alternatives --remove wx-python$PY.pth /usr/lib/wx/python$PY/wx=V.pth
7done
8bdc4937 8
6181913e
RL
9#DEBHELPER#
10