mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-10-15 04:38:41 +09:00
remove old switch_cpu_governor init script on install
This commit is contained in:
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#
|
Reference in New Issue
Block a user