Modify package removal in Services script
Updated package removal commands to include additional Plasma Discover components.
This commit is contained in:
@@ -9,7 +9,8 @@ echo "Removing Firefox and langpacks..."
|
|||||||
dnf5 remove -y \
|
dnf5 remove -y \
|
||||||
firefox \
|
firefox \
|
||||||
firefox-langpacks* \
|
firefox-langpacks* \
|
||||||
plasma-discover-backend-packagekit || true
|
plasma-discover-packagekit* \
|
||||||
|
plasma-discover-notifier* || true
|
||||||
|
|
||||||
rm -f /etc/xdg/autostart/org.kde.discover.notifier.desktop
|
rm -f /etc/xdg/autostart/org.kde.discover.notifier.desktop
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user