summaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/nautilus/pkg-install10
-rw-r--r--x11-fm/nautilus2/pkg-install10
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-fm/nautilus/pkg-install b/x11-fm/nautilus/pkg-install
new file mode 100644
index 000000000..3ab36c4c2
--- /dev/null
+++ b/x11-fm/nautilus/pkg-install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+if [ -n "${PACKAGE_BUILDING}" ]; then
+ exit 0
+fi
+
+if [ "$2" = "POST-INSTALL" ]; then
+ chmod u+w ${PKG_PREFIX}/share/gnome/nautilus/*.desktop
+ exit 0
+fi
diff --git a/x11-fm/nautilus2/pkg-install b/x11-fm/nautilus2/pkg-install
new file mode 100644
index 000000000..3ab36c4c2
--- /dev/null
+++ b/x11-fm/nautilus2/pkg-install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+if [ -n "${PACKAGE_BUILDING}" ]; then
+ exit 0
+fi
+
+if [ "$2" = "POST-INSTALL" ]; then
+ chmod u+w ${PKG_PREFIX}/share/gnome/nautilus/*.desktop
+ exit 0
+fi