From 2fbe1d0f27438cbe768b872909530dd724354575 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 22 Jan 2020 15:46:27 +0100 Subject: [PATCH] pciutils: Package PCI IDs database again Peter volunteered to keep the PCI IDs up-to-date. Increment revision to 1. --- pciutils.be0 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pciutils.be0 b/pciutils.be0 index 126152699..fb222d132 100755 --- a/pciutils.be0 +++ b/pciutils.be0 @@ -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.) @@ -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}"'