summarylogtreecommitdiffstats
path: root/pacman-ps-post.hook
blob: bde2903df1de99a15c6eb6690c1efc5dea17ec2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Hook to update /var/cache/pacman-ps/files.db (package and file list)
[Trigger]
Operation = Upgrade
Operation = Install
Type = Package
Target = *

[Action]
Description = Update pacman-ps data
When = PostTransaction
Exec = /usr/bin/pacman-ps-posthook
NeedsTargets