Skip to content

Commit

Permalink
pciutils: Package PCI IDs database again
Browse files Browse the repository at this point in the history
Peter volunteered to keep the PCI IDs up-to-date.

Increment revision to 1.
  • Loading branch information
pmenzel committed Jan 22, 2020
1 parent 779a415 commit 2fbe1d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pciutils.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION pciutils-3.6.3-0
# BEE_VERSION pciutils-3.6.3-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -68,10 +68,6 @@ mee_install() {
bee_install install-lib \
SHAREDIR=${DATAROOTDIR}/hwdata \
SHARED=yes

# /usr/share/hwdata/pci.ids is maintained on distmaster with
# `update-pciids`
rm -v "${D}${DATAROOTDIR}/hwdata/pci.ids"
}
## by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit 2fbe1d0

Please sign in to comment.