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

Sorting out the xdvi.bin problem



I haven't been keeping track of this list for the last couple of
weeks, but I know that this problem keeps rearing its head for
people.  I just noticed it on my machine: the xdvi.bin link is in
manual mode, but /usr/bin/xdvi.bin doesn't actually exist.  Perhaps
the postinst could do something like the following:

if [ ! -L /usr/bin/xdvi.bin ]; then
    update-alternatives --auto xdvi.bin
fi

   Julian

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

         Julian Gilbey, Dept of Maths, Queen Mary, Univ. of London
       Debian GNU/Linux Developer,  see http://people.debian.org/~jdg
  Donate free food to the world's hungry: see http://www.thehungersite.com/



Reply to: