Codebase list live-build / 683949f share / hooks / normal / 0440-update-nvidia-alternative.hook.chroot
683949f

Tree @683949f (Download .tar.gz)

0440-update-nvidia-alternative.hook.chroot @683949fraw · history · blame

1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

# Use newest nvidia version by default
if [ -e /etc/alternatives/nvidia ] && [ -e /usr/lib/nvidia/current ]
then
	update-alternatives --quiet --set nvidia /usr/lib/nvidia/current
fi