Skip to content

Commit

Permalink
fix: avoid failing if pkgkit path does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Sep 21, 2024
1 parent efa9195 commit f9b8fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9b8fe6

Please sign in to comment.