*** This bug is a duplicate of bug 96114 ***
    https://bugs.launchpad.net/bugs/96114

That should be easy enough (in theory), install the tar ball version
regardless and then at the end put this (or the equivalent for what the
post install script is written in.... should be sh)

ping -c1 pci-ids.ucw.cz

if [ $? = 0 ]
 then
   echo "Attempting to update the pci database"
   update-pciids
 else
  echo "If you find your pci database is obsolete you may run 'update-pciids' 
as root with an active internet connection"
fi

The ping will test both working DNS and the ability to connect to the
server in one pass.  There are probably better ways to do it that don't
involve the 180 second timeout of the failure but this is a start....
from here it should only get better right?

-- 
outdated pciids in feisty
https://bugs.launchpad.net/bugs/109363
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to