From f9b8fe64f4d7303e5deee26f7c6b6a4cb28318b4 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Sat, 21 Sep 2024 18:39:48 +0200 Subject: [PATCH] fix: avoid failing if pkgkit path does not exist --- recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.yml b/recipe.yml index 5db00eb..97c06af 100644 --- a/recipe.yml +++ b/recipe.yml @@ -93,7 +93,7 @@ stages: - name: gnome-software-setup type: shell commands: - - rm /usr/lib/*/gnome-software/plugins-20/libgs_plugin_packagekit.so + - rm -f /usr/lib/*/gnome-software/plugins-20/libgs_plugin_packagekit.so - name: cleanup type: shell