added python-contrib package.

optimised use of configure cache.
determine python install dir automatically.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2000-09-24 14:52:31 +00:00
parent 68f73e7b18
commit 99aa2d72c7
11 changed files with 116 additions and 19 deletions

13
debian/libwxgtk-python-contrib.postinst vendored Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
set -e
WXPYTHONDIR="/usr/lib/=PY/site-packages/wxPython"
if [ "$1" = "configure" ]; then
python /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
python -O /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
fi
#DEBHELPER#