PKGBUILDs/extra/nvidia-173xx/nvidia.install

15 lines
280 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
post_install() {
KERNEL_VERSION='2.6.30-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.30-ARCH'
depmod $KERNEL_VERSION
}