#!/bin/bash
# Created by Tobias Powalowski <tpowa@archlinux.org>

build ()
{
    add_binary "lspci" 
    add_binary "setpci"
    add_file "/usr/share/hwdata/pci.ids"
}

help ()
{
cat<<HELPEOF
  This hook includes pciutils on an arch boot image.
HELPEOF
} 
