1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-14 19:59:55 +03:00
aports/community/gvfs/gvfs.trigger

5 lines
70 B
Bash

#!/bin/sh
# Reload .mount files
busybox killall -q USR1 gvfsd
exit 0