freebsd-ports/www/urchin5/pkg-deinstall
Volker Stolz 1820b57436 Update to 5.600.r2
PR:             ports/65792, ports/66900
Submitted by:   Doug Silver / Urchin.com
2004-06-05 07:11:24 +00:00

13 lines
274 B
Bash

#!/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