updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / nvidia-xen / nvidia.install
bloba094d5adc7f7bc8199af05120f89f411d887cc03
1 post_install() {
2         KERNEL_VERSION='2.6.34-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.34-ARCH'
13         depmod $KERNEL_VERSION