64b661503e
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.
7 lines
138 B
Text
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
|