aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nrpe2/files/pkg-deinstall.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nrpe2/files/pkg-deinstall.in')
-rw-r--r--net-mgmt/nrpe2/files/pkg-deinstall.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-mgmt/nrpe2/files/pkg-deinstall.in b/net-mgmt/nrpe2/files/pkg-deinstall.in
deleted file mode 100644
index 0df5fea31431..000000000000
--- a/net-mgmt/nrpe2/files/pkg-deinstall.in
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-NAGIOSDIR=%%NAGIOSDIR%%
-
-if [ "$2" = "POST-DEINSTALL" ]; then
- if [ -e "${NAGIOSDIR}" ]; then
- echo "You should manually remove the \"${NAGIOSDIR}\" directory."
- fi
-fi