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

Bug#213310: tetex-base: the dvips database should not be in /etc



On 13.10.03 Atsuhito Kohda (kohda@pm.tokushima-u.ac.jp) wrote:

Dear Atsuhito-san,

> Well, /var/lib/texmf/web2c now points to /usr/share/texmf/web2c
> so I suspect "--outputdir /var/lib/texmf/web2c" would make 
> /usr/share/texmf/web2c very scattered.
> 
> Basically, I guess /var/lib/texmf/dvips might be better as 
> --outputdir and ln -s /var/lib/texmf/dvips/* /etc/texmf/dvips/
> might work.
> 
Sorry, missed your idea. Sounds good. I would call that dir
/var/lib/texmf/web2c/dvips. So it will be removed during purge.
My call for removing generated files in /etc/texmf/dvips during purge
would now look:

for i in /etc/texmf/dvips/*.map; do test -h $i && rm $i; done

assuming, there are no other soft links in /etc/texmf/dvips. Hope
this is correct.

Hilmar 
-- 
sigmentation fault



Reply to: