summarylogtreecommitdiffstats
path: root/nvidia-304xx-ck.install
blob: 2e25f30b32ec6018344221b0fc654fb0f9890753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	post_upgrade
	echo 'In order to use nvidia module, reboot the system.'
}

post_upgrade() {
	EXTRAMODULES='extramodules-4.5-ck'
	depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}

post_remove() {
	post_upgrade
}