Remove LSHW GUI app that came along for the ride

We only need the CLI tool.
This commit is contained in:
Nate Graham
2025-10-08 11:08:05 -06:00
parent 064a918158
commit 51c13f262e

View File

@@ -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 \