freebsd-ports/sysutils/zfs-snapshot-mgmt/pkg-deinstall
2021-04-06 16:31:13 +02:00

10 lines
241 B
Bash

#!/bin/sh
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."