core/nvidia/nvidia.install
Manuel Tortosa 490ab6e96f Merge
2011-03-15 22:12:35 +01:00

15 lines
284 B
Plaintext

post_install() {
KERNEL_VERSION='2.6.38-CHAKRA'
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.38-CHAKRA'
depmod $KERNEL_VERSION
}