#!/bin/sh
#
# $FreeBSD: ports/net/micro_proxy/pkg-deinstall,v 1.1 2005/09/02 13:35:17 garga Exp $
#

case $2 in
POST-DEINSTALL)
cat << "EOF"
===============================================================================
Micro_proxy has been successfully deinstalled. If you ran it with inetd(8) make
sure you remove all the manual configuration.
===============================================================================
EOF
;;
esac
