core/nvidia/nvidia.install
2010-05-24 18:00:56 +00:00

15 lines
280 B
Plaintext

post_install() {
KERNEL_VERSION='2.6.33-ARCH'
depmod $KERNEL_VERSION
}
post_upgrade() {
post_install
rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
}
post_remove() {
KERNEL_VERSION='2.6.33-ARCH'
depmod $KERNEL_VERSION
}