Your IP : 216.73.216.224


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/courier-imap.prerm

#!/bin/sh
set -e
# Automatically added by dh_installinit/12.6.1ubuntu2
if [ -x "/etc/init.d/courier-imap-ssl" ] && [ "$1" = remove ]; then
	invoke-rc.d courier-imap-ssl stop || exit 1
fi
# End automatically added section
# Automatically added by dh_installinit/12.6.1ubuntu2
if [ -x "/etc/init.d/courier-imap" ] && [ "$1" = remove ]; then
	invoke-rc.d courier-imap stop || exit 1
fi
# End automatically added section