X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostinst-python;h=5a1943ebb58a90a7ebd2be540bcbee321febee3e;hb=18a0da8092ea9f3dc48bca92b36f592af25a608d;hp=c48d1aa64150120542ca7856dd7c4beeb9c69bb1;hpb=c7e3020e957c9c97bb14c7d82e6fdddbfb6e9aef;p=debhelper.git diff --git a/autoscripts/postinst-python b/autoscripts/postinst-python index c48d1aa..5a1943e 100644 --- a/autoscripts/postinst-python +++ b/autoscripts/postinst-python @@ -2,7 +2,6 @@ PYTHON=#PYVER# if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then DIRLIST="#DIRLIST#" for i in $DIRLIST ; do - $PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i $PYTHON /usr/lib/$PYTHON/compileall.py -q $i done fi