summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/pkg-deinstall.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-vfs/pkg-deinstall.in')
-rw-r--r--devel/gnome-vfs/pkg-deinstall.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/gnome-vfs/pkg-deinstall.in b/devel/gnome-vfs/pkg-deinstall.in
deleted file mode 100644
index 32301604a..000000000
--- a/devel/gnome-vfs/pkg-deinstall.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-# $MCom: ports/devel/gnome-vfs/pkg-deinstall.in,v 1.22 2009/10/10 16:04:54 marcus Exp $
-#
-# Restore gconf keys of libgnome.
-
-if [ "$2" != "POST-DEINSTALL" ]; then
- exit 0
-fi
-
-SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas
-
-if [ -f ${SCHEMAS} ]; then
- env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \
- %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \
- > /dev/null || /usr/bin/true
-fi
-
-exit 0