summaryrefslogtreecommitdiffstats
path: root/graphics/libGL/files/pkg-deinstall.in
blob: 9762354de4204debd19bc2abd7c066f42ab543d5 (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
  POST-DEINSTALL)
    /bin/rm -f ${PREFIX}/lib/libGL.so*
    ;;
esac