freebsd-ports/net/micro_proxy/pkg-deinstall
Renato Botelho 852d38311c Add micro_proxy 20021030, a really small HTTP/HTTPS proxy.
PR:		ports/85634
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-09-02 13:35:17 +00:00

15 lines
365 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
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