with wx2.6 branch. Backports wxversion.py and versioned install support for setup.py Includes new peer reviewed fr.po from http://bugs.debian.org/329070. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@35607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 lines
316 B
Bash
17 lines
316 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
WXPYTHONDIR="/=WXPYDIR"
|
|
|
|
if [ "$1" = "configure" ]; then
|
|
=PY /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
|
|
=PY -O /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
|
|
fi
|
|
|
|
update-alternatives --install /usr/lib/=PY/site-packages/wx.pth wx.pth \
|
|
/usr/lib/wx/config/wx=V.pth =PRIO
|
|
|
|
#DEBHELPER#
|
|
|