summarylogtreecommitdiffstats
path: root/pkgfile.hook
blob: 18bb465aaf0da4b63db774476f90d5d367aa2736 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = *

[Action]
Description = Updating pkgfile database
When = PostTransaction
Exec = /bin/sh -c 'pkgfile --update --quiet <&- >&- 2>&- &'