]> git.saurik.com Git - wxWidgets.git/blobdiff - debian/libwxgtk-python.postinst
Add a second wxTaskBarIcon that uses the Dock (wxCocoa only)
[wxWidgets.git] / debian / libwxgtk-python.postinst
index 5972978114cf2741678b09a01afaa27e9a4a4f2d..3787fff55372f7a90f402dbe7e2e4da401424337 100644 (file)
@@ -2,11 +2,11 @@
 
 set -e
 
-WXPYTHONDIR="/usr/lib/python1.5/site-packages/wxPython"
+WXPYTHONDIR="/usr/lib/=PY/site-packages/wx-=SOV"
 
 if [ "$1" = "configure" ]; then
-       python /usr/lib/python1.5/compileall.py -q ${WXPYTHONDIR}
-       python -O /usr/lib/python1.5/compileall.py -q ${WXPYTHONDIR}
+       =PY /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
+       =PY -O /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
 fi
 
 #DEBHELPER#