]> git.saurik.com Git - wxWidgets.git/blob - debian/libwxgtk-python.postinst
handle '&' in the names of the files in the history correctly by quoting it
[wxWidgets.git] / debian / libwxgtk-python.postinst
1 #!/bin/sh
2
3 set -e
4
5 WXPYTHONDIR="/=WXPYDIR"
6
7 if [ "$1" = "configure" ]; then
8 =PY /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
9 =PY -O /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
10 fi
11
12 #DEBHELPER#
13