From 04948d0e6b895066400d8a8b1f030a7aa1d44fec Mon Sep 17 00:00:00 2001 From: pavet Date: Tue, 21 Sep 2004 13:02:38 +0000 Subject: adaptations pour delivrer un paquet debian woody 3.0 propre dependant python2.1-tk-o et ivyc (>=3.3) --- debian/postinst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/postinst') 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 -- cgit v1.1