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

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