#!/bin/sh
# $FreeBSD: tags/RELEASE_11_0_0/sysutils/zfs-snapshot-mgmt/pkg-deinstall 340719 2014-01-22 15:52:06Z mat $
#

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."
