mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
* 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
5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/sh
|
|
|
|
# Reload .mount files
|
|
killall -USR1 gvfsd >&/dev/null
|
|
exit 0
|