updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / nvidia-96xx-rt / nvidia.install
blob5afefc8e5e271c5c01027da006df74603873b680
1 # arg 1:  the new package version
2 post_install() {
3   KERNEL_VERSION='2.6.24-rt'
4   depmod -v $KERNEL_VERSION  > /dev/null 2>&1            
7 # arg 1:  the new package version
8 # arg 2:  the old package version
9 post_upgrade() {
10   post_install $1
11   rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
14 # arg 1:  the old package version
15 post_remove() {
16   KERNEL_VERSION='2.6.24-rt'
17   depmod -v $KERNEL_VERSION      > /dev/null 2>&1        
20 op=$1
21 shift
22 $op $*