mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-05 17:58:04 +09:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if [ -e /etc/init.d/switch_cpu_governor ]; then
|
||
|
update-rc.d switch_cpu_governor remove >/dev/null
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|