]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-python
Updated French man page translation. Closes: #685560
[debhelper.git] / autoscripts / postinst-python
index c48d1aa64150120542ca7856dd7c4beeb9c69bb1..5a1943ebb58a90a7ebd2be540bcbee321febee3e 100644 (file)
@@ -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