aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/zfs-snapshot-mgmt/pkg-deinstall
blob: da331d3152725b1b5cc6b3ccbf02d38e50a87303 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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."