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

Re: Packages with documentation only in /usr/share/doc



On Sat, Feb 05, 2000 at 04:49:56PM -0500, Daniel Burrows wrote:
> It's fairly
> simple to write a script that at least tries to find packages that do this:
> 
> for i in /usr/share/doc/*; do
>   if [ -d $i ] && ! [ -l /usr/doc/`basename $i` ]; then echo $i
>   else; if [ -l $i && ! [ -l /usr/doc/`basename $i`]; then echo $i; fi; fi
> done

One other thing: it's not at all obvious to test for packages which
don't manage to clean out the old /usr/doc directory when moving over
to the new one, except by using bug reports :-(

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  Julian Gilbey, Dept of Maths, QMW, Univ. of London. J.D.Gilbey@qmw.ac.uk
        Debian GNU/Linux Developer,  see http://www.debian.org/~jdg
  Donate free food to the world's hungry: see http://www.thehungersite.com/


Reply to: