archrelease: copy trunk to community-any
[ArchLinux/community.git] / linux-tools / repos / community-x86_64 / cpupower.install
blob10e07ae52b3cc70d12fb2ac2c6dc725e9ccaeac4
1 #!/bin/sh
3 # arg 1: the new package version
4 # arg 2: the old package version
5 post_upgrade() {
6 if [ "$(vercmp $2 3.7-4)" -le 0 ]; then
7 cat << EOF
8 ===> cpupower startup config file moved to /etc/default/cpupower
9 EOF
13 # vim:set ts=2 sw=2 ft=sh et: