pkgsrc/print/tex-hugelatex/DEINSTALL
minskim 37e77266e9 Use texmf.mk to update texmf.cnf.
Bump PKGREVISION.
2009-01-11 09:13:00 +00:00

11 lines
232 B
Text

# $NetBSD: DEINSTALL,v 1.3 2009/01/11 09:13:00 minskim Exp $
case ${STAGE} in
DEINSTALL)
${RM} @VARBASE@/lib/texmf/web2c/hugelatex.fmt
${RM} @VARBASE@/lib/texmf/web2c/hugelatex.log
@MKTEXLSR@ @VARBASE@/lib/texmf
;;
*)
;;
esac