linuxShortcuts/Pacman/clean_package_cache.hook
Bruno Fontes 17944a0867
Including hooks to keep /var folder clean using paccache
Included hooks to delete old cache files from pacman, to avoid /var
folder to stay full
2019-06-10 10:21:41 -03:00

12 lines
250 B
Plaintext

# Copy this file into /etc/pacman.d/hooks folder
[Trigger]
Operation = Upgrade
Operation = Install
Operation = Remove
Type = Package
Target = *
[Action]
Description = Bruno: Cleaning pacman cache...
When = PostTransaction
Exec = /usr/bin/paccache -r