summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-python
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-python')
-rw-r--r--autoscripts/postinst-python1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoscripts/postinst-python b/autoscripts/postinst-python
index c48d1aa6..5a1943eb 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