]> git.saurik.com Git - wxWidgets.git/blame - debian/python-wxgtk.postinst
allow using wxTaskBarIcon under Win95 by loading Shell_NotifyIcon() dynamically ...
[wxWidgets.git] / debian / python-wxgtk.postinst
CommitLineData
e0a4aa8a
RL
1#!/bin/sh
2
3set -e
4
e653e181 5WXPYTHONDIR="/=WXPYDIR"
e0a4aa8a
RL
6
7if [ "$1" = "configure" ]; then
ceec2216
RL
8 =PY /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
9 =PY -O /usr/lib/=PY/compileall.py -q ${WXPYTHONDIR}
e0a4aa8a
RL
10fi
11
8bdc4937
RL
12update-alternatives --install /usr/lib/=PY/site-packages/wx.pth wx.pth \
13 /usr/lib/wx/python/wx=V.pth =PRIO
14
e0a4aa8a
RL
15#DEBHELPER#
16