Path to this page:
./
print/texlive-tetex,
Scripts included in teTeX
Branch: pkgsrc-2009Q2,
Version: 2008nb1,
Package name: texlive-tetex-2008nb1,
Maintainer: minskimThis 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.
DEINSTALL [+/-]# $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
Required to build:[
archivers/lzma-utils]
Master sites: (Expand)
SHA1: 730986c628bd658b5062face9e400f61203d6b8d
RMD160: 629784b111c0d4bc9fac9f9131f63203d6e1dd38
Filesize: 22632.651 KB
Version history: (Expand)
- (2009-07-09) Package added to pkgsrc.se, version texlive-tetex-2008nb1 (created)