Skip to content

Instantly share code, notes, and snippets.

View RadNotRed's full-sized avatar

rad RadNotRed

View GitHub Profile
@catlover999
catlover999 / flatpak-update.hook
Last active October 1, 2024 14:04
Automatically updates Flatpak packages when you update system packages in Arch Linux. Depends on Flatpak. Place file in /usr/share/libalpm/hooks
[Trigger]
Operation = Upgrade
Type = Package
Target = *
[Action]
Description = Updating Flatpak packages...
When = PostTransaction
Exec = /usr/bin/flatpak update --assumeyes