Skip to content

Instantly share code, notes, and snippets.

@GinoAvanzini
Created April 6, 2020 14:01
Show Gist options
  • Save GinoAvanzini/df5d25878231d985361a77314bdfda84 to your computer and use it in GitHub Desktop.
Save GinoAvanzini/df5d25878231d985361a77314bdfda84 to your computer and use it in GitHub Desktop.
Pacman hook for cache cleanup. It goes on /etc/pacman.d/hooks Extracted from the Arch wiki https://bbs.archlinux.org/viewtopic.php?pid=1694743#p1694743
[Trigger]
Operation = Upgrade
Operation = Install
Operation = Remove
Type = Package
Target = *
[Action]
Description = Cleaning pacman cache...
When = PostTransaction
Exec = /usr/bin/paccache -rk2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment