Skip to content

Instantly share code, notes, and snippets.

@nzbr
Created January 21, 2019 14:51
Show Gist options
  • Save nzbr/038d74b8b012de043c875cd67f556d07 to your computer and use it in GitHub Desktop.
Save nzbr/038d74b8b012de043c875cd67f556d07 to your computer and use it in GitHub Desktop.
Pacman Hook for Installing Flatpak Updates on Package Upgrades
[Trigger]
Operation = Upgrade
Type = Package
Target = *
[Action]
Depends = flatpak
When = PostTransaction
Exec = /usr/bin/flatpak update -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment