summaryrefslogtreecommitdiffstats
path: root/extra/libgnome/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgnome/post-install')
-rwxr-xr-xextra/libgnome/post-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libgnome/post-install b/extra/libgnome/post-install
index 58d717296..d2f6ac8a9 100755
--- a/extra/libgnome/post-install
+++ b/extra/libgnome/post-install
@@ -7,8 +7,8 @@ SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
for SCHEMA in $SCHEMAS
do
- export GCONF_CONFIG_SOURCE=`$GNOME_PREFIX/bin/gconftool-2 --get-default-source`
- $GNOME_PREFIX/bin/gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
+ export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`
+ /usr/bin/gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
done
# reload gconf caches