summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-07 11:47:45 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-07 11:47:45 (EDT)
commit1d65986761634edbc3740943a0ad5bbc4acc430b (patch)
tree90f1ecbc605258448d181c942773eb189483aa63
parent3dea5ca47a57202522cbad435d9198488f12fce4 (diff)
pciutils-doc: Remove /usr/share/man/man8/update-pciids.8
-rwxr-xr-xbuild1
-rw-r--r--changelog2
2 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 0636aae..2afc7c3 100755
--- a/build
+++ b/build
@@ -25,6 +25,7 @@ install: build
mv dest/usr/bin/lspci dest/usr/bin/lspci.pciutils
# pci.ids is provided by the pciids package.
rm -f dest/usr/bin/update-pciids
+ rm -f dest/usr/share/man/man8/update-pciids.8
rm -f dest/usr/share/misc/pci.ids*
oh-fixperms
oh-strip
diff --git a/changelog b/changelog
index 52263a5..9b86070 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,8 @@ pciutils (3.6.2-1) trunk
* New upstream version.
* Update Maintainer and Homepage.
+ * pciutils-doc: Remove /usr/share/man/man8/update-pciids.8 since
+ update-pciids isn't included in pciutils.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 06 Jun 2019 22:35:21 -0400