updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / nvidia-lqx / nvidia-lqx.install
blob2a66a3c6858e3ed2d70b5650b9f50f29ed8247b4
1 post_install() {
2         KERNEL_VERSION='3.2.0-lqx'
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='3.2.0-lqx'
13         depmod $KERNEL_VERSION