updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / nv50-thermal / nv50-thermal.install
blob70b18bbd4cd2e7ce29d91581e9699f0be5beb2e8
1 post_install() {
2   echo "Updating module dependencies. Please wait..."
3   depmod `uname -r` > /dev/null 2>&1
4   echo ""
5   echo ">>> Use modprobe or rc.conf to load nv50_thermal module."
6   echo ">>> GPU temperature is written to file /sys/kernel/nv50/nv50_temp"
7   echo ""
10 post_upgrade() {
11   echo "Updating module dependencies. Please wait..."
12   depmod `uname -r` > /dev/null 2>&1
15 post_remove() {
16   post_upgrade