diff options
Diffstat (limited to 'main/libgnome/libgnome.post-install')
-rw-r--r-- | main/libgnome/libgnome.post-install | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/main/libgnome/libgnome.post-install b/main/libgnome/libgnome.post-install index 89ba3aca5e..36550a0f8a 100644 --- a/main/libgnome/libgnome.post-install +++ b/main/libgnome/libgnome.post-install @@ -20,7 +20,10 @@ for i in \ desktop_gnome_thumbnailers.schemas \ desktop_gnome_typing_break.schemas \ ; do - echo "Installing GConf2 schema $i." - GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ - /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i > /dev/null + SCHEMAS="$SCHEMAS /etc/gconf/schemas/$i" done + +echo "Installing libgnome GConf2 schemas" + +GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ + /usr/bin/gconftool-2 --makefile-install-rule $SCHEMAS > /dev/null |