if [[ $PCIUTILS_UPDATE == y ]]; then
  message "${MESSAGE_COLOR}Downloading the current snapshot of pci.ids...${DEFAULT_COLOR}"  &&
  "$INSTALL_ROOT/usr/sbin/update-pciids" || true
fi &&

if [[ ! -f "$INSTALL_ROOT/usr/share/pci.ids" ]]; then
  gzip -dc "$INSTALL_ROOT/usr/share/pci.ids.gz" > "$INSTALL_ROOT/usr/share/pci.ids"
fi
