pinstall.sh 224 B

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