core/nvidia/nvidia.install

15 lines
284 B
Plaintext
Raw Normal View History

2010-05-25 02:00:56 +08:00
post_install() {
2011-03-16 05:12:35 +08:00
KERNEL_VERSION='2.6.38-CHAKRA'
2010-05-25 02:00:56 +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-03-16 05:12:35 +08:00
KERNEL_VERSION='2.6.38-CHAKRA'
2010-05-25 02:00:56 +08:00
depmod $KERNEL_VERSION
}