diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-21 23:27:02 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-21 23:27:02 +0200 |
commit | aeb7a85139d311c78f5b649e31607d7a8d01d7af (patch) | |
tree | b2a2b4cf3ca23611cfb92e30d74ac7efa1d3d44e /extra/libgnome/post-install | |
parent | 647601f98be4cbee8d498cac6ed693a8b3f034c6 (diff) | |
download | nutyx-extra-aeb7a85139d311c78f5b649e31607d7a8d01d7af.tar.gz nutyx-extra-aeb7a85139d311c78f5b649e31607d7a8d01d7af.tar.bz2 nutyx-extra-aeb7a85139d311c78f5b649e31607d7a8d01d7af.tar.xz nutyx-extra-aeb7a85139d311c78f5b649e31607d7a8d01d7af.zip |
libgnome, nouveau fond
Diffstat (limited to 'extra/libgnome/post-install')
-rwxr-xr-x | extra/libgnome/post-install | 4 |
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 |