summaryrefslogtreecommitdiff
path: root/www/htdig-devel/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'www/htdig-devel/DEINSTALL')
-rw-r--r--www/htdig-devel/DEINSTALL11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/htdig-devel/DEINSTALL b/www/htdig-devel/DEINSTALL
deleted file mode 100644
index fd43da00390..00000000000
--- a/www/htdig-devel/DEINSTALL
+++ /dev/null
@@ -1,11 +0,0 @@
-#!@SH@
-#
-# $NetBSD: DEINSTALL,v 1.1 2011/12/01 09:56:39 wiz Exp $
-
-case "${STAGE}" in
-DEINSTALL)
- ${RM} -f ${PREFIX}/share/htdig/common/root2word.db
- ${RM} -f ${PREFIX}/share/htdig/common/synonyms.db
- ${RM} -f ${PREFIX}/share/htdig/common/word2root.db
- ;;
-esac