wxWidgets/debian/python-wxgtk.prerm

11 lines
141 B
Bash

#!/bin/sh
set -e
for PY in =PYVERS; do
update-alternatives --remove wx-python$PY.pth /usr/lib/wx/python$PY/wx=V.pth
done
#DEBHELPER#