diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-09 22:05:02 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-09 22:05:02 (GMT) |
commit | 5a7ebc8b419aded494ef76a1b9480a34d71a6c45 (patch) | |
tree | b5bf999a2659b1a4f38bb8ce31a55667b779eb13 /abs/extra-testing/community/powernowd/powernowd.install | |
parent | 512b6af66c1ce185a2729e49e0e8fd1658a8a314 (diff) | |
download | linhes_pkgbuild-5a7ebc8b419aded494ef76a1b9480a34d71a6c45.zip linhes_pkgbuild-5a7ebc8b419aded494ef76a1b9480a34d71a6c45.tar.gz linhes_pkgbuild-5a7ebc8b419aded494ef76a1b9480a34d71a6c45.tar.bz2 |
powernowd: Forgot some important info in the install file.
Diffstat (limited to 'abs/extra-testing/community/powernowd/powernowd.install')
-rw-r--r-- | abs/extra-testing/community/powernowd/powernowd.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra-testing/community/powernowd/powernowd.install b/abs/extra-testing/community/powernowd/powernowd.install index 3120e35..af218af 100644 --- a/abs/extra-testing/community/powernowd/powernowd.install +++ b/abs/extra-testing/community/powernowd/powernowd.install @@ -1,5 +1,17 @@ post_install() { add_service.sh powernowd + + echo "Be sure to modprobe the proper module for your CPU and then add it + echo "to /etc/rc.conf in the MODULES section." + echo "i.e. for a Core2Duo modprobe/add acpi_cpufreq" + echo "Then restart the powernowd service: sudo sv restart powernowd" +} + +post_upgrade() { + echo "Be sure to modprobe the proper module for your CPU and then add it + echo "to /etc/rc.conf in the MODULES section." + echo "i.e. for a Core2Duo modprobe/add acpi_cpufreq" + echo "Then restart the powernowd service: sudo sv restart powernowd" } pre_remove() { |