summaryrefslogtreecommitdiff
path: root/www/htdig/DEINSTALL
blob: 1fc1f372acc9907db49bc01deb5c11eddd657ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!@SH@
#
# $NetBSD: DEINSTALL,v 1.5 2011/12/05 10:18:16 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