aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs/pkg-install.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-vfs/pkg-install.in')
-rw-r--r--devel/gnome-vfs/pkg-install.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/gnome-vfs/pkg-install.in b/devel/gnome-vfs/pkg-install.in
deleted file mode 100644
index 6a407a1e4f42..000000000000
--- a/devel/gnome-vfs/pkg-install.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# Restore gconf keys of libgnome.
-
-if [ "$2" != "POST-INSTALL" ]; then
- exit 0
-fi
-
-SCHEMAS=%%X11BASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas
-
-if [ -f ${SCHEMAS} ]; then
- env GCONF_CONFIG_SOURCE=xml::%%X11BASE%%/etc/gconf/gconf.xml.defaults \
- %%X11BASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \
- > /dev/null || /usr/bin/true
-fi
-
-exit 0