
| Current Path : /proc/thread-self/root/var/lib/dpkg/info/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/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/12.10ubuntu1
if [ -x "/etc/init.d/amavis-mc" ]; then
invoke-rc.d amavis-mc stop || exit 1
fi
# End automatically added section
# Automatically added by dh_installinit/12.10ubuntu1
if [ -x "/etc/init.d/amavisd-snmp-subagent" ]; then
invoke-rc.d amavisd-snmp-subagent stop || exit 1
fi
# End automatically added section
# Automatically added by dh_installinit/12.10ubuntu1
if [ -x "/etc/init.d/amavis" ]; then
invoke-rc.d amavis stop || exit 1
fi
# End automatically added section