Don't pre-install Icon Explorer

It's on Flathub now! So developers and designers who need it can grab it
from there.

We have to delete its files rather than stopping installing it, since
it's in the conjoined plasma-sdk package, and other apps in there aren't
on Flathub yet.
This commit is contained in:
Nate Graham
2025-09-16 17:06:23 -06:00
parent 24eda82e5f
commit 4e327bff28

View File

@@ -64,6 +64,15 @@ rm -rf \
/usr/bin/qvidcap \
/usr/share/applications/qvidcap.desktop \
# Parts of plasma-sdk that are on Flathub now, so you can just get them from there
# (once everything is on Flathub, we can stop building plasma-sdk, and remove these lines)
rm -rf \
/usr/bin/iconexplorer \
/usr/lib/qt6/plugins/kf6/ktexteditor/iconexplorerplugin.so \
/usr/share/applications/org.kde.iconexplorer.desktop \
/usr/share/locale/*/LC_MESSAGES/iconexplorer.mo \
/usr/share/icons/hicolor/scalable/apps/org.kde.iconexplorer.svg
## HP device management apps that are useless even for 99% of HP device owners, and we have our own better stuff
rm -rf \
/usr/share/applications/hp-uiscan.desktop \