#!/bin/sh
#
# $FreeBSD: head/sysutils/freebsd-snapshot/files/pkg-deinstall.in 340719 2014-01-22 15:52:06Z mat $
#

case $2 in
	POST-DEINSTALL)
		echo "If you completly remove this port, do not forget"
		echo "then remove lines included by you in:"
		echo ""
		echo "crontab"
		echo "periodic.conf"
		echo "rc.conf"
		echo ""
		;;
esac