pkgsrc/print/teTeX3-bin/DEINSTALL
jlam 64b661503e * Set the default texfonts directory during the build instead of setting
it during installation.  The default texmf.cnf file now has the correct
  VARTEXFONTS default without any extra configuration.

* Move texconfig papersize setting to a +TEXCONFIG scriptlet that is
  called during POST-INSTALL.  You can invoke ./+TEXCONFIG PAPER <paper>
  to set the papersize for dvips and xdvi.

This fixes problems with installing teTeX3-bin where invoking texconfig
failed because texmf.cnf didn't (yet) exist during the post-install
target.

Bump the PKGREVISION to 9.
2006-04-06 14:39:11 +00:00

7 lines
138 B
Text

# $NetBSD: DEINSTALL,v 1.2 2006/04/06 14:39:11 jlam Exp $
case ${STAGE} in
DEINSTALL)
${TEST} ! -x ./+TETEX || ./+TETEX REMOVE
;;
esac