summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/postinst b/debian/postinst
index bcbd460..6ae18fa 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -28,11 +28,11 @@ EXAMPLEDIR="/usr/share/doc/ivycpy/examples"
case "$1" in
configure)
#touch $TKINTERDIR/ivycpy.touch
- if [ -f $TKINTERDIR/_tkinter.so ]
- then
- mv $TKINTERDIR/_tkinter.so $TKINTERDIR/_tkinter.so.orig
- ln -s $TKINTERDIR/_tkinter.so.ivycpy $TKINTERDIR/_tkinter.so
- fi
+ # if [ -f $TKINTERDIR/_tkinter.so ]
+ #then
+ # 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