summaryrefslogtreecommitdiff
path: root/debian/postrm
diff options
context:
space:
mode:
authorpavet2004-09-21 13:02:38 +0000
committerpavet2004-09-21 13:02:38 +0000
commit04948d0e6b895066400d8a8b1f030a7aa1d44fec (patch)
treeb7e2b0f3d6c3ed727259dc0410b6470c71b6dbf2 /debian/postrm
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/postrm')
-rw-r--r--debian/postrm8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/postrm b/debian/postrm
index f5979ce..fd23f5c 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -20,10 +20,10 @@ TKINTERDIR="/usr/lib/python2.1/lib-dynload"
case "$1" in
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- if [ -f $TKINTERDIR/_tkinter.so.orig ]
- then
- mv -f $TKINTERDIR/_tkinter.so.orig $TKINTERDIR/_tkinter.so
- fi
+ #if [ -f $TKINTERDIR/_tkinter.so.orig ]
+ #then
+ # mv -f $TKINTERDIR/_tkinter.so.orig $TKINTERDIR/_tkinter.so
+ #fi
;;
*)