summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-01-08 04:29:54 +0000
committerjoeyh <joeyh>2006-01-08 04:29:54 +0000
commitdcdf9deae35b4d456ab3f3fbe6769db64352e136 (patch)
treefbddf12a593ae987489cefb8629688302998fb02 /autoscripts
parentc5d64a7f9b1db4e98aff95c237342a793e40c6f5 (diff)
r1844: merge python and gconf changes from python-support
Diffstat (limited to 'autoscripts')
-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