added wxPython control files and a few changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
13
debian/libwxgtk-python.postinst
vendored
Normal file
13
debian/libwxgtk-python.postinst
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
WXPYTHONDIR="/usr/lib/python1.5/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}
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
Reference in New Issue
Block a user