]> git.saurik.com Git - wxWidgets.git/blame - debian/libwxgtk-python.postinst
Clean up the soversion/flavour labelling of binary runtime packages.
[wxWidgets.git] / debian / libwxgtk-python.postinst
CommitLineData
e0a4aa8a
RL
1#!/bin/sh
2
3set -e
4
fdefae19 5WXPYTHONDIR="/usr/lib/=PY/site-packages/wx-=SOV"
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
12#DEBHELPER#
13