--- nvidia.install 2011-07-27 18:15:12.909962874 -0400 +++ nvidia.install 2011-07-27 18:16:03.644341464 -0400 @@ -1,16 +1,16 @@ post_install() { - KERNEL_VERSION='3.0.0-ARCH' + KERNEL_VERSION='3.0-ARCH' depmod $KERNEL_VERSION echo 'In order to use nvidia module, reboot the system.' } post_upgrade() { - KERNEL_VERSION='3.0.0-ARCH' + KERNEL_VERSION='3.0-ARCH' depmod $KERNEL_VERSION rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.' } post_remove() { - KERNEL_VERSION='3.0.0-ARCH' + KERNEL_VERSION='3.0-ARCH' depmod $KERNEL_VERSION }