aboutsummaryrefslogtreecommitdiff
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.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11/libgnome/files/pkg-deinstall.in b/x11/libgnome/files/pkg-deinstall.in
deleted file mode 100644
index 8980453d78ce..000000000000
--- a/x11/libgnome/files/pkg-deinstall.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# Restore gconf keys of gnomevfs2.
-
-if [ "$2" != "POST-DEINSTALL" ]; then
- exit 0
-fi
-
-SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_default_applications.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