From 1cd1a73c06e3d446a283d9d3a9eac820a3ede4f0 Mon Sep 17 00:00:00 2001 From: Pavel Skipenes Date: Tue, 6 Jun 2023 16:24:25 +0200 Subject: [PATCH] add pciutils --- programs/pciutils.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/pciutils.json diff --git a/programs/pciutils.json b/programs/pciutils.json new file mode 100644 index 0000000..bcd8957 --- /dev/null +++ b/programs/pciutils.json @@ -0,0 +1,10 @@ +{ + "name": "pciutils", + "files": [ + { + "path": "$HOME/.pciids-cache", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/pciutils/pciutils/issues/148\n" + } + ] +} -- 2.47.3