Your IP : 18.116.36.48


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/dovecot-core.prerm

#!/bin/sh

set -e

if [ -d /run/systemd/system ]; then
	deb-systemd-invoke stop dovecot.socket || true
fi

# Automatically added by dh_installdeb
dpkg-maintscript-helper rm_conffile /etc/dovecot/README 1:2.2.27-3~ -- "$@"
# End automatically added section
# Automatically added by dh_installinit
if [ -x "/etc/init.d/dovecot" ]; then
	invoke-rc.d dovecot stop || exit $?
fi
# End automatically added section