1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/gvfs/gvfs.trigger
2023-02-07 15:23:15 +01:00

5 lines
80 B
Bash

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