Update package removal script to include new packages

Removed Firefox and related langpacks, added plasma-discover-packagekit to the removal process.
This commit is contained in:
humocs-man
2026-05-07 07:10:06 +02:00
committed by GitHub
parent 644feb9d1a
commit 2e51ef3aa8
@@ -8,8 +8,10 @@ set -eoux pipefail
echo "Removing Firefox and langpacks..."
dnf5 remove -y \
firefox \
firefox-langpacks* && \
dnf5 clean all|| true
firefox-langpacks* \
plasma-discover-packagekit || true
dnf5 clean all
###############################################################################
# Services Configuration