updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / cpupowerd / cpupowerd.install
blob9bafa8278af17f467857e2160ff44079eb05ab96
1 post_install() {
2         cat << EOF
3         
4 WARNING:
5 --------
7 This program could cause damage to your Hardware!
12 This userland program adjusts the frequency and voltage according to the
13 CPU's load. Its capabilities include overvolting as well as undervolting.
14 Currently it supports only AMD K8 processors like Athlon, Athlon64 (X2),
15 Sempron, Opteron, Turion ...
17 See /usr/share/cpupowerd/README for further information.
19 To generate the base configuration file for your hardware, use the 
20 following command as root:
22 cpupowerd -a /etc/cpupowerd.conf
25 EOF
28 post_upgrade() {
29   /bin/true
32 # arg 1:  the old package version
33 pre_remove() {
34   /bin/true
37 op=$1
38 shift
40 $op $*