pkgsrc/print/kpathsea/DEINSTALL
minskim ded342fd01 Update kpathsea to 6.1.1.
Change: Merge texmf into texmf-dist.
2013-11-17 16:45:32 +00:00

11 lines
225 B
Text

# $NetBSD: DEINSTALL,v 1.3 2013/11/17 16:45:32 minskim Exp $
case "${STAGE}" in
DEINSTALL)
${RM} -f \
@PKG_SYSCONFDIR@/ls-R \
@VARBASE@/lib/texmf/ls-R \
@TEXMFLOCAL@/ls-R \
@PREFIX@/share/texmf-dist/ls-R \
;;
esac