1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/gvfs/gvfs.trigger
Rasmus Thomsen d94ac655f0 community/gvfs: upgrade to 1.40.1
* Adopt maintainership
* Modernize APKBUILD
* Use /usr/libexec/gvfs for binaries instead of /usr/lib/gvfs
* Add goa,afc and bluray support
* Fix URL&License

Closes GH-7597
2019-06-02 15:18:54 +00:00

5 lines
72 B
Bash

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