Start service on all runlevels

This commit is contained in:
Serge Schneider
2017-06-19 09:18:47 +00:00
parent 2a1675e06d
commit ebac227642
3 changed files with 11 additions and 1 deletions

View File

@@ -4,4 +4,8 @@ if [ -e /etc/init.d/switch_cpu_governor ]; then
update-rc.d switch_cpu_governor remove >/dev/null
fi
if dpkg --compare-versions "${2}" lt-nl "20170619"; then
update-rc.d -f raspi-config remove
fi
#DEBHELPER#