Codebase list live-build / debian/20170807 share / hooks / normal / 0420-update-glx-alternative.hook.chroot
debian/20170807

Tree @debian/20170807 (Download .tar.gz)

0420-update-glx-alternative.hook.chroot @debian/20170807raw · history · blame

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

set -e

# Use mesa renderer by default
if [ -e /etc/alternatives/glx ]
then
	update-alternatives --quiet --set glx /usr/lib/mesa-diverted
fi