summaryrefslogtreecommitdiffstats
path: root/graphics/libGL/files/pkg-deinstall.in
blob: 37d895397fcb0bf449e8d2a8803dcfbf0760eae0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# $FreeBSD$
#

PREFIX="${PKG_PREFIX-/usr/local}"

case $2 in
DEINSTALL)
    /bin/rm -f ${PREFIX}/lib/libGL.so*
    ;;
esac