remove old switch_cpu_governor init script on install

This commit is contained in:
Alex Bradbury 2015-01-31 20:29:57 +00:00
parent 1987c404fe
commit c7a46060ff

7
debian/raspi-config.postinst vendored Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
if [ -e /etc/init.d/switch_cpu_governor ]; then
update-rc.d switch_cpu_governor remove >/dev/null
fi
#DEBHELPER#