File: /var/lib/dpkg/info/kexec-tools.prerm
#!/bin/sh
set -e
# Automatically added by dh_installinit/13.6ubuntu1
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/kexec-load" ] ; then
invoke-rc.d kexec-load stop || exit 1
fi
# End automatically added section
# Automatically added by dh_installinit/13.6ubuntu1
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/kexec" ] ; then
invoke-rc.d kexec stop || exit 1
fi
# End automatically added section
# Automatically added by dh_installdeb/13.6ubuntu1
dpkg-maintscript-helper rm_conffile /etc/default/kexec 1:2.0.16-1 -- "$@"
dpkg-maintscript-helper rm_conffile /etc/default/grub.d/kexec-tools.cfg -- "$@"
# End automatically added section