14d52e858a
"UFS2 snapshot utilities by Ralf S. Engelschall" PR: ports/86144 Submitted by: Graham Todd <gtodd@bellanet.org> Approved by: pav (mentor)
16 lines
247 B
Bash
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
|