Author: frank Date: 2006-01-12 16:58:36 +0000 (Thu, 12 Jan 2006) New Revision: 453
Modified: tetex-base/trunk/debian/postinst.functions Log: adapt and fix pdftexconfig_transition Modified: tetex-base/trunk/debian/postinst.functions =================================================================== --- tetex-base/trunk/debian/postinst.functions 2006-01-10 17:40:23 UTC (rev 452) +++ tetex-base/trunk/debian/postinst.functions 2006-01-12 16:58:36 UTC (rev 453) @@ -32,7 +32,7 @@ # unchanged default pdftex.cfg is already registered to ucf; therefore # the user will only be asked if they have changed pdftex.cfg. oldfile=/etc/texmf/pdftex/pdftex.cfg - newfile=/etc/texmf/generic/pdftexconfig.tex + newfile=/etc/texmf/tex/generic/pdftexconfig.tex template=/usr/share/texmf-tetex/tex/generic/config/pdftexconfig.tex # only act if the old file is there, and the new one not yet: @@ -50,6 +50,7 @@ # start the work echo -n "Using obsolete pdftex.cfg to generate pdftexconfig.tex ... " + mkdir -p `dirname $newfile` cp $template $newfile pdf_tempfile=`mktemp` _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

