summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorpavet2004-09-21 13:02:38 +0000
committerpavet2004-09-21 13:02:38 +0000
commit04948d0e6b895066400d8a8b1f030a7aa1d44fec (patch)
treeb7e2b0f3d6c3ed727259dc0410b6470c71b6dbf2 /debian/postinst
parent51c0a126190162c1ec965b8720ed5b1b3f507474 (diff)
downloadivycpy-vinit-04948d0e6b895066400d8a8b1f030a7aa1d44fec.zip
ivycpy-vinit-04948d0e6b895066400d8a8b1f030a7aa1d44fec.tar.gz
ivycpy-vinit-04948d0e6b895066400d8a8b1f030a7aa1d44fec.tar.bz2
ivycpy-vinit-04948d0e6b895066400d8a8b1f030a7aa1d44fec.tar.xz
adaptations pour delivrer un paquet debian woody 3.0
propre dependant python2.1-tk-o et ivyc (>=3.3)
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