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