pkgsrc/www/htdig/DEINSTALL
wiz 8f48e9d890 Update htdig using htdig-devel. Update packages using it
and bump their PKGREVISIONs. Remove htdig-devel.
2011-12-05 10:18:16 +00:00

11 lines
261 B
Text

#!@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