aports/main/gvfs/gvfs.trigger
2011-04-12 14:20:13 +00:00

7 lines
73 B
Bash

#!/bin/sh
# Reload .mount files
killall -USR1 gvfsd >&/dev/null
exit 0