From 401a212a2b45aaad2db524c5bc22d60edbc9a94b Mon Sep 17 00:00:00 2001 From: pavet Date: Thu, 7 Oct 2004 10:17:53 +0000 Subject: passage v0.6 --- debian/postinst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index 6ae18fa..e3d2c5c 100644 --- a/debian/postinst +++ b/debian/postinst @@ -33,10 +33,10 @@ case "$1" in # mv $TKINTERDIR/_tkinter.so $TKINTERDIR/_tkinter.so.orig # ln -s $TKINTERDIR/_tkinter.so.ivycpy $TKINTERDIR/_tkinter.so # fi - for i in $EXAMPLEDIR ; do - python -O /usr/lib/python2.1/compileall.py -q $i - python /usr/lib/python2.1/compileall.py -q $i - done +# for i in $EXAMPLEDIR ; do +# python -O /usr/lib/python2.1/compileall.py -q $i +# python /usr/lib/python2.1/compileall.py -q $i +# done ;; abort-upgrade|abort-remove|abort-deconfigure) -- cgit v1.1