updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / tpc / tpc.install
blob85a6dc7f0351920fbd67f6e0d495be5f953bc77c
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"
10 post_upgrade() {
11   post_install
14 post_remove() {
15   /bin/true
18 op=$1
19 shift
21 $op $*