Current File : //var/lib/dpkg/info/rspamd.prerm
#!/bin/sh
set -e

if [ -x /etc/init.d/rspamd ] && ! [ -d /run/systemd/system ]; then
    invoke-rc.d rspamd stop || exit $?
fi

# Automatically added by dh_installinit/13.11.4
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/rspamd" ] ; then
	invoke-rc.d rspamd stop || exit 1
fi
# End automatically added section
# Automatically added by dh_installdeb/13.11.4
dpkg-maintscript-helper rm_conffile /etc/rspamd/logging.conf 0.6.11\~ rspamd -- "$@"
dpkg-maintscript-helper rm_conffile /etc/rspamd/options.conf 0.6.11\~ rspamd -- "$@"
dpkg-maintscript-helper rm_conffile /etc/rspamd/workers.conf 0.6.11\~ rspamd -- "$@"
# End automatically added section