diff options
author | Lars Rustand | 2019-08-03 13:38:29 +0200 |
---|---|---|
committer | Lars Rustand | 2019-08-03 13:38:29 +0200 |
commit | 88d2c038761a4040a8d84f447f715079622c802b (patch) | |
tree | a43bef534cb68114e0b0abbe48033393a9104b12 /pkgfile.hook | |
download | aur-88d2c038761a4040a8d84f447f715079622c802b.tar.gz |
Initial commit
Diffstat (limited to 'pkgfile.hook')
-rw-r--r-- | pkgfile.hook | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgfile.hook b/pkgfile.hook new file mode 100644 index 00000000000..18bb465aaf0 --- /dev/null +++ b/pkgfile.hook @@ -0,0 +1,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>&- &' |