repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git]
/
linux-tools
/
trunk
/
cpupower.install
blob
10e07ae52b3cc70d12fb2ac2c6dc725e9ccaeac4
1
#!/bin/sh
2
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
10
fi
11
}
12
13
# vim:set ts=2 sw=2 ft=sh et: