summarylogtreecommitdiffstats
path: root/nvidia-340xx-ck.install
blob: ffd857121a2b71f9f3c9c51682b6f9beebd83255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_upgrade() {
    EXTRAMODULES='extramodules-4.4-ck'
    depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}

post_install() {
	post_upgrade
	echo 'In order to use nvidia module, reboot the system.'
}

post_remove() {
	post_upgrade
}