repo.or.cz
/
debian-live-build.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Unconditionally replacing bootloader symlinks with syslinux 6 from jessie, this will...
[debian-live-build.git]
/
share
/
hooks
/
0440-update-nvidia-alternative.hook.chroot
blob
e73b9678b122291ccbb1e7fe8c1a7d281cede9ee
1
#!/bin/sh
2
3
set -e
4
5
# Use newest nvidia version by default
6
if
[
-e
/
etc
/
alternatives
/
nvidia
] && [
-e
/
usr
/
lib
/
nvidia
/
current
]
7
then
8
update-alternatives
--quiet --set
nvidia
/
usr
/
lib
/
nvidia
/
current
9
fi