#! /bin/sh #DEBHELPER# set -e dpkg --assert-support-predepends if [ "$1" = "upgrade" -a -f /etc/init.d/perdition ]; then if [ -f /etc/init.d/perdition ]; then invoke-rc.d perdition stop fi fi exit 0