mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
#!@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
|