File: /var/lib/dpkg/info/atop.prerm
#!/bin/sh
set -e
# Automatically added by dh_installinit/12ubuntu1
if [ -x "/etc/init.d/atopacct" ] && [ "$1" = remove ]; then
invoke-rc.d atopacct stop || exit 1
fi
# End automatically added section
# Automatically added by dh_installinit/12ubuntu1
if [ -x "/etc/init.d/atop" ] && [ "$1" = remove ]; then
invoke-rc.d atop stop || exit 1
fi
# End automatically added section
# Automatically added by dh_installdeb/12ubuntu1
dpkg-maintscript-helper rm_conffile /etc/logrotate.d/atop 1.26-2\~ -- "$@"
# End automatically added section