diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-02-05 11:46:25 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-02-05 11:46:25 +0000 |
commit | 6a8ee2e4c4b7907f1e1bb437126b1cea23ece996 (patch) | |
tree | 3ed841fb44e061b227276972373bfe18efcb2dd6 /main/libgnome/libgnome.post-install | |
parent | 259c9f74afaeae589d53fd294110a8a923a69b1d (diff) | |
download | aports-6a8ee2e4c4b7907f1e1bb437126b1cea23ece996.tar.bz2 aports-6a8ee2e4c4b7907f1e1bb437126b1cea23ece996.tar.xz |
main/libgnome: rebuild against gtk3 and speedup gconf
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 |