On 06.11.08 Frank Küster ([email protected]) wrote: > Hilmar Preusse <[email protected]> wrote:
Hi, > > Any further ideas? > > One and a half. > > One: We already do that. > > $ egrep -v '^$|^#' texlive-base/debian/texlive-common.postinst.pre > for i in updmap.d/10tetex-base.cfg fmt.d/01tetex.cnf language.d/00tetex.cnf > language.d/10tetex.cnf ; do > if [ -r /etc/texmf/$i ] ; then > mv /etc/texmf/$i /etc/texmf/$i.obsolete > echo "Obsolete config file /etc/texmf/$i has been renamed" >&2 > echo "as /etc/texmf/$i.obsolete." >&2 > fi > done > > In other words: We move fmt.d/01tetex.cnf to > fmt.d/01tetex.cnf.obsolete. Either this is the worng[1] filename, or > rather we had both... > I guess we rather had both anywhere in between. I've expanded the texlive-common.postinst.pre to care for fmt.d/00tetex.cnf too. I hope this is OK and should solve the problem. Until now the fix is only in TL2007. Not sure if we need it for TL2008. H. -- sigmentation fault -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

