pkgsrc/print/texlive-tetex/DEINSTALL
minskim ced1d16612 Import texlive-tetex-2008 as print/texlive-tetex.
This is a collection of scripts included in teTeX.  The development of
the original teTeX ceased in 2006, and these scripts are now
maintained in TeX Live.
2009-01-26 21:04:33 +00:00

34 lines
1.3 KiB
Text

# $NetBSD: DEINSTALL,v 1.1.1.1 2009/01/26 21:04:33 minskim Exp $
TEXMFSYSVAR="@VARBASE@/lib/texmf"
case "${STAGE}" in
DEINSTALL)
# Remove font map files generated by updmap-sys. The list of
# files is taken from the updmap man page and matches the
# "output files" for updmap.
${RM} -f ${TEXMFSYSVAR}/fonts/map/dvipdfm/updmap/dvipdfm.map
${RM} -f ${TEXMFSYSVAR}/fonts/map/dvipdfm/updmap/dvipdfm_dl14.map
${RM} -f ${TEXMFSYSVAR}/fonts/map/dvipdfm/updmap/dvipdfm_ndl14.map
${RM} -f ${TEXMFSYSVAR}/fonts/map/dvips/updmap/builtin35.map
${RM} -f ${TEXMFSYSVAR}/fonts/map/dvips/updmap/download35.map
${RM} -f ${TEXMFSYSVAR}/fonts/map/dvips/updmap/ps2pk.map
${RM} -f ${TEXMFSYSVAR}/fonts/map/dvips/updmap/psfonts.map
${RM} -f ${TEXMFSYSVAR}/fonts/map/dvips/updmap/psfonts_pk.map
${RM} -f ${TEXMFSYSVAR}/fonts/map/dvips/updmap/psfonts_t1.map
${RM} -f ${TEXMFSYSVAR}/fonts/map/pdftex/updmap/pdftex.map
${RM} -f ${TEXMFSYSVAR}/fonts/map/pdftex/updmap/pdftex_dl14.map
${RM} -f ${TEXMFSYSVAR}/fonts/map/pdftex/updmap/pdftex_ndl14.map
${RM} -f ${TEXMFSYSVAR}/web2c/updmap.log
# Remove stray directories.
for dir in \
${TEXMFSYSVAR}/web2c \
${TEXMFSYSVAR}/fonts/map/dvipdfm/updmap \
${TEXMFSYSVAR}/fonts/map/dvips/updmap \
${TEXMFSYSVAR}/fonts/map/pdftex/updmap
do
@RMDIR@ -p "$dir" 2>/dev/null || @TRUE@
done
;;
esac