updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / nvidia-vs / nvidia.install
blob4fccf9dcd5081ac0dea2c505d17c02e6a6fdedb9
1 post_install() {
2         KERNEL_VERSION='2.6.36-vs-ARCH'
3         depmod $KERNEL_VERSION
6 post_upgrade() {
7         post_install
8         rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
11 post_remove() {
12         KERNEL_VERSION='2.6.36-vs-ARCH'
13         depmod $KERNEL_VERSION