| Current Path : /var/lib/dpkg/info/ |
| Current File : /var/lib/dpkg/info/courier-pop.prerm |
#!/bin/sh set -e # Automatically added by dh_installinit/12.6.1ubuntu2 if [ -x "/etc/init.d/courier-pop-ssl" ] && [ "$1" = remove ]; then invoke-rc.d courier-pop-ssl stop || exit 1 fi # End automatically added section # Automatically added by dh_installinit/12.6.1ubuntu2 if [ -x "/etc/init.d/courier-pop" ] && [ "$1" = remove ]; then invoke-rc.d courier-pop stop || exit 1 fi # End automatically added section