#!/bin/sh # # $FreeBSD: /tmp/pcvs/ports/net/ntop/Attic/pkg-deinstall,v 1.1 2005-12-12 07:03:16 lawrance Exp $ # case $2 in DEINSTALL) ;; POST-DEINSTALL) echo "===> post-deinstallation information for $1" echo "" echo " Please note that ntop was not completely removed" echo " from this system:" echo "" echo " /var/db/ntop can be removed if this port will not be" echo " reinstalled." echo "" ;; *) exit 64 ;; esac exit 0