Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / libEGL / pkg-deinstall
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 PREFIX="${PKG_PREFIX-/usr/local}"
7
8 case $2 in
9 DEINSTALL)
10         /bin/rm -f ${PREFIX}/lib/libEGL.so*
11         ;;
12 esac