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

Bug#207160: should delete generated files from /etc/texmf/dvips



On 25.08.03 Hilmar Preusse (hille42@web.de) wrote:

Hi,

> Yes I'm writing from my stable box, but that bug applies to
> tetex-2.0.2-4.2. During purge we should delete the files, which are
> generated by updmap, from /etc/texmf/dvips. This could be done by
> something like:
> 
> for i in /etc/texmf/dvips/*; do grep -q "maintained by the script updmap" $i && rm -f $i; done
> 
Just to make sure:

for i in /etc/texmf/dvips/*.map; do grep -q "maintained by the script updmap" $i && rm -f $i; done

H. 
-- 
sigmentation fault



Reply to: