6104f2829e
+ Update homepage + Revise copyright file + Use canonical URIs for Vcs-* fields + Update regular expression in watch
10 lines
140 B
Bash
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#
|