updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / cpufreq-systemd / cpufreq-systemd.install
blob720e43287017add576ccec4fe21b6c709aa4bde9
1 ## arg 1:  the new package version
2 post_install() {
3   cat << EOF
5 To enable the CPU frequency scaling service at boot, run the following command as root:
6 systemctl enable cpufreq.service
8 To manually start the service (without having to reboot), run the following command as root:
9 systemctl start cpufreq.service
11 EOF
14 ## arg 1:  the old package version
15 pre_remove() {
16   systemctl stop cpufreq.service
17   systemctl disable cpufreq.service
20 # vim:set ts=2 sw=2 et: