]> git.saurik.com Git - wxWidgets.git/blob - debian/libwxgtk-python.postinst
440a4ac99167c2c393a3054cdd9b814a9e21b0a2
[wxWidgets.git] / debian / libwxgtk-python.postinst
1 #!/bin/sh
2
3 set -e
4
5 WXPYTHONDIR="/usr/lib/=PY/site-packages/wxPython"
6
7 if [ "$1" = "configure" ]; then
8 python /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
9 python -O /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
10 fi
11
12 #DEBHELPER#
13