diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-12 14:15:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-12 14:20:13 +0000 |
commit | f3e5422471ad72d7d9c979a614acd60d71aa7c97 (patch) | |
tree | 35437cb65c1836a033913be9f2e299936b352dcc /main/gvfs/gvfs.trigger | |
parent | 473789f01208bda1dc0e5eb9ad3d9d3d5f598b9c (diff) | |
download | aports-f3e5422471ad72d7d9c979a614acd60d71aa7c97.tar.bz2 aports-f3e5422471ad72d7d9c979a614acd60d71aa7c97.tar.xz |
main/gvfs: moved from testing
Diffstat (limited to 'main/gvfs/gvfs.trigger')
-rw-r--r-- | main/gvfs/gvfs.trigger | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/main/gvfs/gvfs.trigger b/main/gvfs/gvfs.trigger new file mode 100644 index 0000000000..e1d7906823 --- /dev/null +++ b/main/gvfs/gvfs.trigger @@ -0,0 +1,6 @@ +#!/bin/sh + +# Reload .mount files +killall -USR1 gvfsd >&/dev/null +exit 0 + |