add terminator.preinst for pysupport migration
This commit is contained in:
parent
867e9205ad
commit
216b665f8e
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.13+ds1; then
|
||||
pycentral pkgremove remove terminator
|
||||
fi
|
||||
|
Loading…
Reference in New Issue