3 # Debian postinst script for Python 1.5 hierarchical modules
4 # Written by Gregor Hoffleit <flight@debian.org>
8 DIRLIST="/usr/lib/python1.5/site-packages"
11 configure|abort-upgrade|abort-remove|abort-deconfigure)
12 for i in $DIRLIST ; do
13 python -O /usr/lib/python1.5/compileall.py -q $i
14 python /usr/lib/python1.5/compileall.py -q $i
19 echo "postinst called with unknown argument \`$1'" >&2