#!/bin/sh LIBGLX="/usr/lib/xorg/modules/extensions/libglx.so" if [ -h "$LIBGLX" ] && [ ! -e "$LIBGLX" ]; then rm -f "$LIBGLX" fi