aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xorg-server/files/pkg-deinstall.in
blob: f1866839df712dc4a046d7555b51138ce10d5280 (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 -rf ${PREFIX}/lib/xorg/modules/extensions/libglx.so*
	;;
esac