summarylogtreecommitdiffstats
path: root/gvfsd.hook
blob: 0483685c75fe9a868a751f7094fb0c15dcc00cfd (plain)
1
2
3
4
5
6
7
8
9
10
11
[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/share/gvfs/*

[Action]
Description = Reloading GVFS config...
When = PostTransaction
Exec = /bin/sh -c 'killall -q -s USR1 gvfsd || true'