mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-01-31 15:50:07 +09:00
remove old switch_cpu_governor init script on install
This commit is contained in:
parent
1987c404fe
commit
c7a46060ff
7
debian/raspi-config.postinst
vendored
Normal file
7
debian/raspi-config.postinst
vendored
Normal 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#
|
Loading…
Reference in New Issue
Block a user