terminator/debian/terminator.preinst
bryce 6104f2829e * Sync up with Debian packaging
+ Update homepage
  + Revise copyright file
  + Use canonical URIs for Vcs-* fields
  + Update regular expression in watch
2015-09-19 21:08:46 -07:00

10 lines
140 B
Bash

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