From dcdf9deae35b4d456ab3f3fbe6769db64352e136 Mon Sep 17 00:00:00 2001 From: joeyh Date: Sun, 8 Jan 2006 04:29:54 +0000 Subject: r1844: merge python and gconf changes from python-support --- autoscripts/postinst-python | 1 - 1 file changed, 1 deletion(-) (limited to 'autoscripts') 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 -- cgit v1.2.3