Skip to content

Commit

Permalink
fix: streamline comment on ff removal
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev authored Mar 9, 2024
1 parent ea9f323 commit 9bfb6b0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9bfb6b0

Please sign in to comment.