summaryrefslogtreecommitdiffstats
path: root/abs/not_built/core/nvidia-96xx/nvidia.install
blob: aea2fbbd42a5d8d5b83bd0d22988ccc4ecf7d387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
	KERNEL_VERSION='2.6.39-LinHES'
	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.39-LinHES'
	depmod $KERNEL_VERSION
}