summarylogtreecommitdiffstats
path: root/gvfsd.hook
blob: 6e1f2de338b995e8e400cb682392041ad824c4ab (plain)
1
2
3
4
5
6
7
8
9
10
11
[Trigger]
Type = Path
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'