mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 23:40:51 +00:00
12 lines
250 B
Plaintext
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
|