1 2 3 4 5 6
#!/bin/sh LIBGL="/usr/lib/libGL.so" if [ -h "$LIBGL" ] && [ ! -e "$LIBGL" ]; then rm -f "$LIBGL" fi