updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / eeepc-linux / eeepc-linux.install
blob491e7c7381fef1f05f2683c297af42697c292647
1 # arg 1:  the new package version
2 post_install()
4   depmod -A
5   echo ""
6   echo "==> Remember to add 'asus_eee' to MODULES=() in rc.conf to have it load on boot."
9 # arg 1:  the new package version
10 # arg 2:  the old package version
11 post_upgrade()
13   depmod -A
16 # arg 1:  the old package version
17 post_remove()
19   depmod -A