File debian.cyphesis.prerm of Package cyphesis
#!/bin/sh set -e if [ -x "/etc/init.d/cyphesis" ]; then invoke-rc.d cyphesis stop || exit $? fi #DEBHELPER#
#!/bin/sh set -e if [ -x "/etc/init.d/cyphesis" ]; then invoke-rc.d cyphesis stop || exit $? fi #DEBHELPER#