summarylogtreecommitdiffstats
path: root/gvfs-nfs.install
diff options
context:
space:
mode:
authornous2016-08-13 19:26:52 +0300
committernous2016-08-13 19:26:52 +0300
commitcc00d2678fbc14cce7a7e4b1917fe724ea126d6b (patch)
tree7d5a16aac3c6e1fd5992d80a9eb58088bf7c7f59 /gvfs-nfs.install
parent2620e49b2834af5ef1c785439de1a03f7a9725b4 (diff)
downloadaur-cc00d2678fbc14cce7a7e4b1917fe724ea126d6b.tar.gz
1.28.3-1
Diffstat (limited to 'gvfs-nfs.install')
-rw-r--r--gvfs-nfs.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/gvfs-nfs.install b/gvfs-nfs.install
new file mode 100644
index 000000000000..ceb49f04e422
--- /dev/null
+++ b/gvfs-nfs.install
@@ -0,0 +1,7 @@
+post_install() {
+ setcap 'cap_net_bind_service=+ep' usr/lib/gvfs/gvfsd-nfs
+}
+
+post_upgrade() {
+ post_install
+}