X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c0e67b250ff0410ee4573eea7943eda6817b0db..8912d7eb182ef5a5f95026a9ed239c9ad6c75915:/debian/libwxgtk-python.postinst diff --git a/debian/libwxgtk-python.postinst b/debian/libwxgtk-python.postinst index a1bebf841b..440a4ac991 100644 --- a/debian/libwxgtk-python.postinst +++ b/debian/libwxgtk-python.postinst @@ -2,12 +2,11 @@ set -e -WXPYTHONDIR="/usr/lib/python1.5/site-packages/wxPython" +WXPYTHONDIR="/usr/lib/=PY/site-packages/wxPython" if [ "$1" = "configure" ]; then - python /usr/lib/python1.5/compileall.py -q ${WXPYTHONDIR} - python -O /usr/lib/python1.5/compileall.py -q ${WXPYTHONDIR} - ldconfig + python /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR} + python -O /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR} fi #DEBHELPER#