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.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/abs/extra-testing/community/powernowd/powernowd.install b/abs/extra-testing/community/powernowd/powernowd.install
deleted file mode 100644
index af218af..0000000
--- a/abs/extra-testing/community/powernowd/powernowd.install
+++ /dev/null
@@ -1,19 +0,0 @@
-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() {
- remove_service.sh powernowd
-}