blob: a0675c34d860dc3c86932b075a40d8ece4947ea4 (
plain)
1
2
3
4
5
6
7
8
9
|
[Trigger]
Operation = Upgrade
Type = Package
Target = *
[Action]
Description = Removing outdated packages from cache...
When = PostTransaction
Exec = /usr/bin/paccache --keep 1 --remove --quiet
|