]>
cvs.zerfleddert.de Git - m1-debian/blob - mesa-debian/local/script
3 SERVER_BUG_SCRIPT
=/usr
/share
/bug
/xserver-xorg-core
/script
10 if [ -z "$DISPLAY" ]; then
11 echo "DISPLAY is not set."
13 if which glxinfo
>/dev
/null
2>&1; then
16 echo "glxinfo is not available (missing mesa-utils package)."
22 if [ -x "$SERVER_BUG_SCRIPT" ]; then
23 $SERVER_BUG_SCRIPT 3>&1
25 echo "$SERVER_BUG_SCRIPT not available"