repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git]
/
tpc
/
tpc.install
blob
85a6dc7f0351920fbd67f6e0d495be5f953bc77c
1
post_install() {
2
echo ">> Remember to run this program with root privileges!"
3
echo ">>"
4
echo ">> msr and cpuid modules have to be loaded."
5
echo ">> If they are not execute:"
6
echo ">> modprobe cpuid"
7
echo ">> modprobe msr"
8
}
9
10
post_upgrade() {
11
post_install
12
}
13
14
post_remove() {
15
/bin/true
16
}
17
18
op=$1
19
shift
20
21
$op $*