summaryrefslogtreecommitdiff
path: root/sysutils/daemontools/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/daemontools/DEINSTALL')
-rw-r--r--sysutils/daemontools/DEINSTALL13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/daemontools/DEINSTALL b/sysutils/daemontools/DEINSTALL
deleted file mode 100644
index a09d50a4f97..00000000000
--- a/sysutils/daemontools/DEINSTALL
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.2 2004/05/02 17:50:05 xtraeme Exp $
-
-case "$2" in
- DEINSTALL) rmdir 2>/dev/null @@SERVICEDIR@@ || cat <<EOF
-
-=============================================================
-Your service directory @@SERVICEDIR@@ was not removed.
-If you no longer need it, remove it by hand.
-=============================================================
-
-EOF
- ;;
-esac