diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-22 17:27:27 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-22 17:27:27 (GMT) |
commit | e51cf415764a2c267f373965c48eec082ad59d81 (patch) | |
tree | 3b17b5b571cc0bf57e8390bb72b7137d6cdb7b33 /abs/extra-testing/cpufreqd/cpufreqd.install | |
parent | 13cda940b116339e3d5b5f27e73ad3f8dd2554e9 (diff) | |
download | linhes_pkgbuild-e51cf415764a2c267f373965c48eec082ad59d81.zip linhes_pkgbuild-e51cf415764a2c267f373965c48eec082ad59d81.tar.gz linhes_pkgbuild-e51cf415764a2c267f373965c48eec082ad59d81.tar.bz2 |
cpufreq and utils: intial import
refs 492
Diffstat (limited to 'abs/extra-testing/cpufreqd/cpufreqd.install')
-rw-r--r-- | abs/extra-testing/cpufreqd/cpufreqd.install | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/abs/extra-testing/cpufreqd/cpufreqd.install b/abs/extra-testing/cpufreqd/cpufreqd.install new file mode 100644 index 0000000..e56ce57 --- /dev/null +++ b/abs/extra-testing/cpufreqd/cpufreqd.install @@ -0,0 +1,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 $* |