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

Bug#175606: Modified postinst



On Thu, Jan 09, 2003 at 05:43:22PM +0900, Atsuhito Kohda wrote:
> From: Daniel Stone <dstone@trinity.unimelb.edu.au>
> Subject: Re: Bug#175606: Modified postinst
> Date: Wed, 8 Jan 2003 21:00:33 +1100
> 
> > So have we arrived at a solution yet? Do you need more information?
> 
> I'm not completely satisfied with a solution but I
> added "mktexlsr" and just uploaded the new package.

	Since the system breaks because TEXMFMAIN isn't being set, wrap
that second mktexlsr with

if [ ! "`kpsewhich --expand-var='$TEXMFMAIN'`" ]; then
    mktexlsr
fi

	Then it will only run when it has to.

Simon



Reply to: