summarylogtreecommitdiffstats
path: root/readme.install
blob: fc76fc4cc31c47d6366205702be8dc5273c7094c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_upgrade() {
    EXTRAMODULES='extramodules-4.8-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
}