summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/cpufreqd/cpufreqd.install
blob: e56ce571bf096c5afaecf5f099b272e424700d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
post_install() {
	cat << EOF

NOTE
----
In order to use that daemon you need to either patch your
kernel-2.4.x with cpufreq patch (check 
http://www.codemonkey.org.uk/projects/cpufreq/),
or use kernel-2.6.x or 2.4.x.-ac.

EOF
}

post_upgrade() {
  /bin/true
}

# arg 1:  the old package version
pre_remove() {
  /bin/true
}

op=$1
shift

$op $*