archrelease: copy trunk to extra-x86_64
[arch-packages.git] / gvfs / repos / extra-x86_64 / gvfsd.hook
blob6e1f2de338b995e8e400cb682392041ad824c4ab
1 [Trigger]
2 Type = Path
3 Operation = Install
4 Operation = Upgrade
5 Operation = Remove
6 Target = usr/share/gvfs/*
8 [Action]
9 Description = Reloading GVFS config...
10 When = PostTransaction
11 Exec = /bin/sh -c 'killall -q -s USR1 gvfsd || true'