summaryrefslogtreecommitdiffstats
path: root/x11/libgnome/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-24 01:22:34 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-24 01:22:34 +0800
commit811ce05426a765e2f4f2ae6436099ae09b22d2a5 (patch)
treea18161a4abe675b2bf130ac232115f6d7e4dcb39 /x11/libgnome/files
parent9b63131219f03e33095e901824ab870acdeb74d2 (diff)
downloadmarcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.tar
marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.tar.gz
marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.tar.bz2
marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.tar.lz
marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.tar.xz
marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.tar.zst
marcuscom-ports-811ce05426a765e2f4f2ae6436099ae09b22d2a5.zip
X11BASE -> LOCALBASE, gconf lives in LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6714 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnome/files')
-rw-r--r--x11/libgnome/files/pkg-deinstall.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/libgnome/files/pkg-deinstall.in b/x11/libgnome/files/pkg-deinstall.in
index 7377058cd..982afd805 100644
--- a/x11/libgnome/files/pkg-deinstall.in
+++ b/x11/libgnome/files/pkg-deinstall.in
@@ -1,7 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
-# $MCom: ports/x11/libgnome/files/pkg-deinstall.in,v 1.4 2005/11/16 00:04:58 ahze Exp $
+# $MCom: ports/x11/libgnome/files/pkg-deinstall.in,v 1.6 2006/07/10 19:31:54 ahze Exp $
#
# Restore gconf keys of gnomevfs2.
@@ -9,11 +9,11 @@ if [ "$2" != "POST-DEINSTALL" ]; then
exit 0
fi
-SCHEMAS=%%X11BASE%%/etc/gconf/schemas/desktop_default_applications.schemas
+SCHEMAS=%%LOCALBASE%%/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} \
+ 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