terminator/debian/terminator.preinst

8 lines
135 B
Plaintext
Raw Normal View History

#!/bin/sh -e
if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.13+ds1; then
2009-07-03 18:03:59 +00:00
pycentral pkgremove terminator
fi
2009-07-03 18:03:59 +00:00
#DEBHELPER#