add terminator.preinst for pysupport migration

This commit is contained in:
Nicolas Valcarcel Scerpella 2009-06-23 17:42:15 -05:00
parent 867e9205ad
commit 216b665f8e
1 changed files with 6 additions and 0 deletions

6
debian/terminator.preinst vendored Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh -e
if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.13+ds1; then
pycentral pkgremove remove terminator
fi