summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/powernowd/powernowd.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/community/powernowd/powernowd.install')
-rw-r--r--abs/extra-testing/community/powernowd/powernowd.install12
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() {