updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / eeepc-linux-ck / eeepc-linux.install
blob453f15ce46c9db0c7115f037e76dd1135564dfbe
1 # arg 1:  the new package version
2 post_install()
4   depmod -A
5   echo ""
6   echo "==> Remember to add '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