]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-python
dh: Ensure -a and -i are passed when running override_dh_command-arch and override_dh...
[debhelper.git] / autoscripts / postinst-python
1 PYTHON=#PYVER#
2 if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then
3         DIRLIST="#DIRLIST#"
4         for i in $DIRLIST ; do
5                 $PYTHON /usr/lib/$PYTHON/compileall.py -q $i
6         done
7 fi