brain-config/debian/raspi-config.postinst

8 lines
127 B
Plaintext
Raw Normal View History

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