projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix for wxTextCtrl::GetSelection for singel line controls in GTK2 mode
[wxWidgets.git]
/
debian
/
libwxgtk-python.postinst
diff --git
a/debian/libwxgtk-python.postinst
b/debian/libwxgtk-python.postinst
index 5972978114cf2741678b09a01afaa27e9a4a4f2d..440a4ac99167c2c393a3054cdd9b814a9e21b0a2 100644
(file)
--- a/
debian/libwxgtk-python.postinst
+++ b/
debian/libwxgtk-python.postinst
@@
-2,11
+2,11
@@
set -e
set -e
-WXPYTHONDIR="/usr/lib/
python1.5
/site-packages/wxPython"
+WXPYTHONDIR="/usr/lib/
=PY
/site-packages/wxPython"
if [ "$1" = "configure" ]; then
if [ "$1" = "configure" ]; then
- python /usr/lib/
python1.5
/compileall.py -q ${WXPYTHONDIR}
- python -O /usr/lib/
python1.5
/compileall.py -q ${WXPYTHONDIR}
+ python /usr/lib/
=PY
/compileall.py -q ${WXPYTHONDIR}
+ python -O /usr/lib/
=PY
/compileall.py -q ${WXPYTHONDIR}
fi
#DEBHELPER#
fi
#DEBHELPER#