summarylogtreecommitdiffstats
path: root/nvidia-340xx-ck.install
blob: 021bdfc960fa4896d05e00940d272a67bd310a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_upgrade() {
    EXTRAMODULES='extramodules-4.3-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
}