[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#487630: SUCCESS after removal of 00tetex.cnf



On 06.11.08 Frank Küster (frank@debian.org) wrote:
> Hilmar Preusse <hille42@web.de> 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



Reply to: