#!/bin/sh # $FreeBSD: head/net-mgmt/nagvis/files/pkg-deinstall.in 340719 2014-01-22 15:52:06Z mat $ if [ "$2" != "POST-DEINSTALL" ]; then exit 0 fi if [ -d %%WWWDIR%% ]; then echo echo "==================================================" echo echo " If you want remove nagvis permanently from you" echo " system, execute following command:" echo echo " # rm -rf %%WWWDIR%%" echo echo " Do not forget to cleanup your webserver config" echo "==================================================" echo fi exit 0