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-173xx-lqx
/
nvidia.install
blob
5e8ba13300a39b7f816a628773c2602a1d644ae1
1
post_install() {
2
KERNEL_VERSION='3.0.0-lqx'
3
depmod $KERNEL_VERSION
4
}
5
6
post_upgrade() {
7
post_install
8
rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
9
}
10
11
post_remove() {
12
KERNEL_VERSION='3.0.0-lqx'
13
depmod $KERNEL_VERSION
14
}