core/nvidia/nvidia.install
2011-08-08 11:06:57 +02:00

15 lines
278 B
Plaintext

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