aboutsummaryrefslogtreecommitdiff
path: root/www/urchin5/pkg-deinstall
blob: 18b0422fe57c66de50d3c9de8e6b6d31bf111ef8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# $FreeBSD: ports/local/urchin5/pkg-deinstall
#

if [ "$2" != "POST-DEINSTALL" ]; then
    exit 0
fi

if [ -d "${PKG_PREFIX}/urchin" ]; then
	echo "To remove all Urchin files, including license and data files, delete the ${PKG_PREFIX}/urchin directory"
fi

exit 0