freebsd-ports/sysutils/syscp/files/pkg-deinstall.in
Martin Wilke 52a665cbac - Update to 1.4.2.
PR:		129662
Submitted by:	Janky Jay <ek@purplehat.org> (maintainer)
2008-12-25 19:58:07 +00:00

12 lines
327 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
if [ "$2" = DEINSTALL ]; then
echo "==============================================================================="
echo "If you are permanently removing this port, run:"
echo ""
echo "rm -rf %%WWWDIR%%"
echo "==============================================================================="
fi