: Added Files:
[hdw-repos/packages.git] / demian / pciutils / pciutils
1 # HDW Linux pciutils
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] Powerful utils for pci devices scanning and information
5 # [V] 2.1.9
6 # [S] 2 10
7 # [D] pciutils-2.1.9.tar.gz ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
8
9 post_install()
10 {
11     # pci.ids is update more often than the pcutils one
12     cp -v $root/usr/src/linux/drivers/pci/pci.ids $root/usr/share/pci.ids
13 }