core/nvidia-96xx/nvidia.install

15 lines
278 B
Plaintext
Raw Normal View History

2010-05-25 02:05:16 +08:00
post_install() {
2011-08-08 17:06:57 +08:00
KERNEL_VERSION='3.0-CHAKRA'
2010-05-25 02:05:16 +08:00
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() {
2011-08-08 17:06:57 +08:00
KERNEL_VERSION='3.0-CHAKRA'
2010-05-25 02:05:16 +08:00
depmod $KERNEL_VERSION
}