1 #!/bin/sh 2 set -e 3 # Automatically added by dh_installinit/13.3.4 4 if [ -x "/etc/init.d/benno-smtp" ] && [ "$1" = remove ]; then 5 invoke-rc.d benno-smtp stop || exit 1 6 fi 7 # End automatically added section 8 # Automatically added by dh_systemd_start/13.3.4 9 if [ -d /run/systemd/system ] && [ "$1" = remove ]; then 10 deb-systemd-invoke stop 'benno-smtp.service' >/dev/null || true 11 fi 12 # End automatically added section