#!/bin/sh
# $FreeBSD: ports/sysutils/zfs-snapshot-mgmt/pkg-deinstall,v 1.1 2008/07/16 21:30:30 wxs Exp $
#

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