Path to this page:
./
print/texlive-tetex,
Scripts included in teTeX
Branch: pkgsrc-2010Q3,
Version: 2010,
Package name: texlive-tetex-2010,
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 run:[
print/kpathsea]
Master sites: (Expand)
SHA1: 713b861123e3d9e073e2c93d7ed3e13262d82c34
RMD160: b1120f3377ca45b4d86911b99a95c2e6e45927b5
Filesize: 32699.426 KB
Version history: (Expand)
- (2010-10-17) Package has been reborn
- (2010-10-16) Package added to pkgsrc.se, version texlive-tetex-2010 (created)