freebsd-ports/sysutils/freebsd-snapshot/files/pkg-deinstall.in
Marcus Alves Grando 14d52e858a New port
"UFS2 snapshot utilities by Ralf S. Engelschall"

PR:		ports/86144
Submitted by:	Graham Todd <gtodd@bellanet.org>
Approved by:	pav (mentor)
2005-09-23 20:16:31 +00:00

16 lines
247 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
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