#!/bin/sh

if [ ! -f /usr/local/share/pci.ids.gz ]; then
  cp /usr/local/share/pci-utils/files/pci.ids.gz /usr/local/share
fi
