From 4b4a7f39f296107b1eb8b16869236b751b54dafb Mon Sep 17 00:00:00 2001 From: Mateus Melchiades Date: Sat, 2 Dec 2023 09:31:43 -0300 Subject: [PATCH] feat: Remove gnome-software packagekit plugin --- recipe.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipe.yml b/recipe.yml index b5bc9dd..df070eb 100644 --- a/recipe.yml +++ b/recipe.yml @@ -65,6 +65,11 @@ modules: - sed 's/Session=/Session=firstsetup/g' -i /usr/share/accountsservice/user-templates/administrator - sed 's/Session=/Session=firstsetup/g' -i /usr/share/accountsservice/user-templates/standard +- name: gnome-software-setup + type: shell + commands: + - rm /usr/lib/*/gnome-software/plugins-20/libgs_plugin_packagekit.so + - name: cleanup type: shell commands: