Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/gnome.py3
-rw-r--r--profiles/kde.py3
2 files changed, 2 insertions, 4 deletions
diff --git a/profiles/gnome.py b/profiles/gnome.py
index d647ddc8..5e3a8da6 100644
--- a/profiles/gnome.py
+++ b/profiles/gnome.py
@@ -8,8 +8,7 @@ is_top_level_profile = False
__packages__ = [
"gnome",
"gnome-tweaks",
- "gdm",
- "gnome-software-packagekit-plugin",
+ "gdm"
]
diff --git a/profiles/kde.py b/profiles/kde.py
index 3de2dbad..d32bf31b 100644
--- a/profiles/kde.py
+++ b/profiles/kde.py
@@ -12,8 +12,7 @@ __packages__ = [
"ark",
"sddm",
"plasma-wayland-session",
- "egl-wayland",
- "packagekit-qt5",
+ "egl-wayland"
]