freebsd-ports/sysutils/zfs-snapshot-mgmt/pkg-deinstall
Wesley Shields 85d2841b60 A simple script for automatic ZFS snapshot creation and removal of stale
ones.

PR:		ports/125340
Submitted by:	Marcin Simonides <marcin@studio4plus.com>
2008-07-16 21:30:30 +00:00

12 lines
255 B
Bash

#!/bin/sh
# $FreeBSD$
#
if [ "$2" != "POST-DEINSTALL" ]; then
exit 0
fi
echo
echo "Remember to remove zfs-snapshot-mgmt entry from cron configuration."
echo -n "Otherwise the system will be constantly trying to call the deinstalled"
echo " script."