Final build tweaks for 2.8.10.1 needed to compensate for Debian/Ubuntu changes in where the pacakges are installed for Python 2.6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@60786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
debian/python-wxgtk.prerm
vendored
2
debian/python-wxgtk.prerm
vendored
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
for PY in =PYVERS; do
|
||||
update-alternatives --remove wx-python$PY.pth /usr/lib/wx/python$PY/wx=V.pth
|
||||
update-alternatives --remove wx$PY.pth /usr/lib/wx/python$PY/wx=V.pth
|
||||
done
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
Reference in New Issue
Block a user