repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git]
/
nvidia-pf
/
nvidia.install
blob
4610eef383e823973b9f308867e2255bd0be7835
1
post_install() {
2
KERNEL_VERSION='3.1-pf'
3
depmod $KERNEL_VERSION
4
echo 'In order to use nvidia module, reboot the system.'
5
}
6
7
post_upgrade() {
8
KERNEL_VERSION='3.1-pf'
9
depmod $KERNEL_VERSION
10
}
11
12
post_remove() {
13
KERNEL_VERSION='3.1-pf'
14
depmod $KERNEL_VERSION
15
}