summaryrefslogtreecommitdiff
path: root/dns/totd/pkg-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'dns/totd/pkg-deinstall')
-rw-r--r--dns/totd/pkg-deinstall16
1 files changed, 0 insertions, 16 deletions
diff --git a/dns/totd/pkg-deinstall b/dns/totd/pkg-deinstall
deleted file mode 100644
index cc026d9a149b..000000000000
--- a/dns/totd/pkg-deinstall
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-# $OpenBSD: DEINSTALL,v 1.1 2000/06/11 01:15:53 fgsch Exp $
-#
-# Post-deinstallation cleanup of totd
-
-echo ""
-echo "** To completely deinstall the totd package you need to perform this"
-echo "** as root:"
-echo "**"
-echo "** rm -f /etc/totd.conf"
-echo "**"
-echo "** Be absolutly sure you want to completely remove the package before"
-echo "** issuing this command."
-echo ""
-
-exit 0