#!/bin/sh # # $FreeBSD: ports/net/ntop/files/pkg-deinstall.in,v 1.1 2006/03/22 19:25:52 mnag 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