#!/bin/sh set -e # Automatically added by dh_installdeb/10.10.9ubuntu1 dpkg-maintscript-helper mv_conffile /etc/dbus-1/system.d/kerneloops.dbus /etc/dbus-1/system.d/kerneloops.conf -- "$@" # End automatically added section # Automatically added by dh_installinit/10.10.9ubuntu1 if [ -x "/etc/init.d/kerneloops" ]; then invoke-rc.d kerneloops stop || exit $? fi # End automatically added section