summarylogtreecommitdiffstats
path: root/unreal-engine-4-pacman-cache.hook
blob: 5a9b250d7977559a7056287d0730312bf109b2eb (plain)
1
2
3
4
5
6
7
8
9
10
11
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = unreal-engine-4

[Action]
Description = Leaving only one Unreal Engine 4 package in cache to save storage space...
Depends = pacman-contrib
When = PostTransaction
Exec = /bin/sh -c '/usr/bin/paccache -rvk1 unreal-engine-4'