]> git.saurik.com Git - wxWidgets.git/blame_incremental - debian/python-wxgtk-dbg.postinst
wx/image.h is listed in wx/wx.h and part of PCH support
[wxWidgets.git] / debian / python-wxgtk-dbg.postinst
... / ...
CommitLineData
1#!/bin/sh
2
3set -e
4
5WXPYTHONDIR="/=WXPYDIR"
6
7if [ "$1" = "configure" ]; then
8 =PY /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
9 =PY -O /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
10fi
11
12update-alternatives --install /usr/lib/=PY/site-packages/wx.pth wx.pth \
13 /usr/lib/wx/python/wx=V-dbg.pth $(( =PRIO - 10 ))
14
15#DEBHELPER#
16