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
