summaryrefslogtreecommitdiff
path: root/share/hooks/0320-update-glx-alternative.chroot
diff options
context:
space:
mode:
Diffstat (limited to 'share/hooks/0320-update-glx-alternative.chroot')
-rwxr-xr-xshare/hooks/0320-update-glx-alternative.chroot9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/hooks/0320-update-glx-alternative.chroot b/share/hooks/0320-update-glx-alternative.chroot
new file mode 100755
index 000000000..8c36c43f9
--- /dev/null
+++ b/share/hooks/0320-update-glx-alternative.chroot
@@ -0,0 +1,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