From 51c13f262e807b7477edb403b4f4b03ba2d662f3 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Wed, 8 Oct 2025 11:08:05 -0600 Subject: [PATCH] Remove LSHW GUI app that came along for the ride We only need the CLI tool. --- mkosi.finalize.d/40-core.sh.chroot | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mkosi.finalize.d/40-core.sh.chroot b/mkosi.finalize.d/40-core.sh.chroot index 2b67546..9ec0cb0 100755 --- a/mkosi.finalize.d/40-core.sh.chroot +++ b/mkosi.finalize.d/40-core.sh.chroot @@ -88,6 +88,13 @@ rm -rf \ /usr/share/icons/hicolor/64x64/apps/hi64-apps-ffado.png \ /usr/share/metainfo/org.ffado.FfadoMixer.metainfo.xml \ +# LSHW GUI app that came along for the ride with the CLi tool +rm -rf \ + /usr/share/applications/gtk-lshw.desktop \ + /usr/bin/gtk-lshw \ + /usr/share/lshw/artwork \ + /usr/share/lshw/ui + ## Miscellaneous application entries that have zero value because we either have better stuff or they're for terminal applications rm -rf \ /usr/share/applications/avahi-discover.desktop \