From 9bfb6b02799e9b0bb0d688bb63ab371050a8a99b Mon Sep 17 00:00:00 2001 From: xyny <60004820+xynydev@users.noreply.github.com> Date: Sat, 9 Mar 2024 06:43:44 +0000 Subject: [PATCH] fix: streamline comment on ff removal --- config/recipe.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config/recipe.yml b/config/recipe.yml index ee40a70..cb72785 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -23,13 +23,10 @@ modules: # - micro # - starship remove: - # This is an example on how to remove RPMs properly - # "firefox" as main package, "firefox-langpacks" as a dependency - # not all packages need specific removal of a dependency, as that is usually handled automatically - # this is just a rare case where that's needed. - # + # example: removing firefox (in favor of the flatpak) + # "firefox" is the main package, "firefox-langpacks" is a dependency # - firefox - # - firefox-langpacks + # - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case) - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false)