diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2025-04-07 17:11:57 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2025-04-07 17:11:57 +0200 |
commit | 7da9fda6db8e9fce02ba0f7871c75b3938f72d92 (patch) | |
tree | 8da071c85a33715a7996021af2faec1a03888b24 /roles/_workstation/pacman/templates | |
parent | e6c5924c8a5250d00dd5e89ca31c21490bf3face (diff) | |
download | rules-trunk.tar.gz |
Diffstat (limited to 'roles/_workstation/pacman/templates')
-rw-r--r-- | roles/_workstation/pacman/templates/paccache.hook.j2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/_workstation/pacman/templates/paccache.hook.j2 b/roles/_workstation/pacman/templates/paccache.hook.j2 new file mode 100644 index 0000000..77b8f4e --- /dev/null +++ b/roles/_workstation/pacman/templates/paccache.hook.j2 @@ -0,0 +1,11 @@ +[Trigger] +Operation = Upgrade +Operation = Install +Operation = Remove +Type = Package +Target = * + +[Action] +Description = Cleaning pacman cache +When = PostTransaction +Exec = /usr/bin/paccache -rvk2 |