aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xorg-server/files/pkg-deinstall.in
blob: e05f8e89ace47832ad0a1ca4e5640e55fccf82ce (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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

case $2 in
DEINSTALL)
	/bin/rm -rf ${PREFIX}/lib/xorg/modules/extensions/libglx.so*
	;;
esac