
| Path : /usr/share/debhelper/autoscripts/ |
| Current File : //usr/share/debhelper/autoscripts/postinst-python |
PYTHON=#PYVER# if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then DIRLIST="#DIRLIST#" for i in $DIRLIST ; do $PYTHON /usr/lib/$PYTHON/compileall.py -q $i done fi