updated on Fri Jan 20 12:03:34 UTC 2012
[aur-mirror.git] / x86info / x86info.install
blob1cd03102a374426ceb224da1d217383df388a977
1 post_install() {
2         echo "You must have loaded cpuid and msr modules to work."
5 op=$1
6 shift
7 [ "$(type -t "$op")" = "function" ] && $op "$@"
9 # vim:set ts=2 sw=2 et: