From 5bc7bc9264d1c77e387bf7b8def576ad4f923b96 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 21 Nov 2002 05:21:51 +0000 Subject: r565: * Various minor changes based on suggestions by luca. --- autoscripts/postinst-python | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 autoscripts/postinst-python (limited to 'autoscripts/postinst-python') diff --git a/autoscripts/postinst-python b/autoscripts/postinst-python new file mode 100644 index 00000000..2ecb99b2 --- /dev/null +++ b/autoscripts/postinst-python @@ -0,0 +1,6 @@ +PYTHON=#PYVER# +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 -- cgit v1.2.3