5a884b7a81
* Add back the visible_bell config option to the man page * Bring the outdated packaging files into line with trunk * Added AUTHORS and RELEASING as per trunk
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#
|