#!/bin/sh
# $FreeBSD: ports/www/squidguard/files/pkg-deinstall.in,v 1.1 2009/07/20 05:31:08 pgollucci Exp $

if [ "$2" != "POST-DEINSTALL" ]; then
    exit 0
fi

echo "If you are completely removing squidguard you may want to also"
echo "manually delete the blacklists in /var/db/squidGuard"

exit 0
