]> git.saurik.com Git - wxWidgets.git/blame - debian/python-wxgtk.prerm
made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG_LEVEL and added wxUSE_LOG_TRA...
[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