#!/bin/sh set -e # Automatically added by dh_installinit if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then if [ -x "/etc/init.d/edac" ]; then update-rc.d edac defaults 50 >/dev/null invoke-rc.d edac start || exit $? fi fi # End automatically added section