summaryrefslogtreecommitdiffstats
path: root/x11/libgnome/files/pkg-deinstall.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libgnome/files/pkg-deinstall.in')
-rw-r--r--x11/libgnome/files/pkg-deinstall.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/libgnome/files/pkg-deinstall.in b/x11/libgnome/files/pkg-deinstall.in
deleted file mode 100644
index adb5cef39..000000000
--- a/x11/libgnome/files/pkg-deinstall.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-# $MCom: ports/x11/libgnome/files/pkg-deinstall.in,v 1.2 2005/07/04 00:15:01 marcus Exp $
-#
-# Restore gconf keys of gnomevfs2.
-
-if [ "$2" != "POST-DEINSTALL" ]; then
- exit 0
-fi
-
-SCHEMAS=%%X11BASE%%/etc/gconf/schemas/desktop_default_applications.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