#!/bin/sh set -e # Automatically added by dh_installinit if [ -x "/etc/init.d/cpufrequtils" ] && [ "$1" = remove ]; then invoke-rc.d cpufrequtils stop || exit $? fi # End automatically added section # Automatically added by dh_installinit if [ -x "/etc/init.d/loadcpufreq" ] && [ "$1" = remove ]; then invoke-rc.d loadcpufreq stop || exit $? fi # End automatically added section