1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/sysutils/pciutils/pkg-plist
Pav Lucistnik 97a9a3b505 - Update to 3.0.3
PR:		ports/129161
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by:	Samy Al Bahra <sbahra@kerneled.org> (maintainer)
2008-12-19 13:30:15 +00:00

9 lines
323 B
Plaintext

bin/lspci
bin/setpci
sbin/update-pciids
@unexec if cmp -s %D/share/pciutils/pci.ids.sample %D/share/pciutils/pci.ids; then rm -f %D/share/pciutils/pci.ids; fi
%%DATADIR%%/pci.ids.sample
@exec [ -f %B/pci.ids ] || cp -p %B/%f %B/pci.ids
@unexec rm -f %D/share/pciutils/pci.ids.old 2> /dev/null || true
@dirrmtry %%DATADIR%%