AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/amavisd-new.prerm

#!/bin/sh

set -e 

init_failed ()
{
	echo "WARNING: Stopping amavisd-new failed! Upgrade or removal may be incomplete!" 
}
# Automatically added by dh_installinit
if [ -x "/etc/init.d/amavis-mc" ]; then
	invoke-rc.d amavis-mc stop || exit $?
fi
# End automatically added section
# Automatically added by dh_installinit
if [ -x "/etc/init.d/amavisd-snmp-subagent" ]; then
	invoke-rc.d amavisd-snmp-subagent stop || exit $?
fi
# End automatically added section
# Automatically added by dh_installinit
if [ -x "/etc/init.d/amavis" ]; then
	invoke-rc.d amavis stop || exit $?
fi
# End automatically added section