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