summaryrefslogtreecommitdiffstats
path: root/graphics/libEGL/pkg-deinstall
blob: d7f7245aa02abdc63262bdca159ea14b31fee9e2 (plain)
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/libEGL.so*
	;;
esac
OpenPOWER on IntegriCloud