pinstall.sh 238 B

12345678910
  1. #!/bin/sh
  2. echo "xorg_base post-install script..."
  3. fndLIBGL="`find ./usr/lib ./usr/X11/lib -maxdepth 1 -name 'libGL*' 2>/dev/null`"
  4. if [ "$fndLIBGL" ];then
  5. sed -i -e 's%.*#LOADGLX%# Disable "glx" #LOADGLX%' etc/X11/xorg.conf0
  6. fi