From 76638ad352177cada21e71eec3a56884a5541f91 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Wed, 5 Feb 2014 11:10:11 +0000 Subject: main/gnome-vfs: speedup gconf --- main/gnome-vfs/gnome-vfs.post-install | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'main/gnome-vfs/gnome-vfs.post-install') diff --git a/main/gnome-vfs/gnome-vfs.post-install b/main/gnome-vfs/gnome-vfs.post-install index 00ff29a655..a636ef758f 100644 --- a/main/gnome-vfs/gnome-vfs.post-install +++ b/main/gnome-vfs/gnome-vfs.post-install @@ -1,7 +1,10 @@ #!/bin/sh for i in desktop_default_applications.schemas system_http_proxy.schemas desktop_gnome_url_handlers.schemas system_smb.schemas system_dns_sd.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 gnome-vfs GConf2 schemas" + +GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ + /usr/bin/gconftool-2 --makefile-install-rule $SCHEMAS > /dev/null -- cgit v1.2.3