1 # arg 1: the new package version
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
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
16 KERNEL_VERSION='2.6.24-rt'
17 depmod -v $KERNEL_VERSION > /dev/null 2>&1