There won't be anything to remove unless the module is called more than once, and if it's called more than once, the user would expect every Flatpak to be in the respective lists, so there's no need to call rm -f on it. |
||
|---|---|---|
| .. | ||
| default-flatpaks.sh | ||
| README.md | ||
default-flatpaks module for startingpoint
The default-flatpaks module can be used to install Flatpaks from Flathub on login. Flatpaks can either be installed system-wide or per-user. Previously-installed Flatpaks can also be removed.
Example configuration
- type: default-flatpaks
system:
install:
- org.gnome.Loupe
remove:
- org.gnome.eog
user:
install:
- org.gnome.Epiphany
remove:
- org.mozilla.firefox