summaryrefslogtreecommitdiffstats
path: root/main/mesa/mesa.post-deinstall
blob: 1ac348c3b480a0d01ea29dfb3f8a4f9990e79f25 (plain)
1
2
3
4
5
6
#!/bin/sh

LIBGL="/usr/lib/libGL.so"
if [ -h "$LIBGL" ] && [ ! -e "$LIBGL" ]; then
	rm -f "$LIBGL"
fi