From a10c7439abb9af2cee4c75b8eeacc3e45b72e9ac Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 5 Jul 2007 17:31:34 +0000 Subject: Fix my previous incorrect changes to gconf macros --- macros.in | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/macros.in b/macros.in index 60d10f1..45403de 100644 --- a/macros.in +++ b/macros.in @@ -219,21 +219,19 @@ then %{_update_mime_database_bin} %{_datadir}/mime > /dev/null || true ; fi \ # Install GConf schemas %post_install_gconf_schemas() if [ -x %{_gconftool_bin} ]; then \ -export GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` && \ SCHEMAS="" \ for SCHEMA in %{*} ; do \ SCHEMAS="$SCHEMAS %{_sysconfdir}/gconf/schemas/$SCHEMA.schemas" \ -done ; fi \ -%{_gconftool_bin} --makefile-install-rule $SCHEMAS > /dev/null || true \ +done \ +GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} --makefile-install-rule $SCHEMAS > /dev/null || true ; fi \ %{nil} %preun_uninstall_gconf_schemas() if [ "$1" = "0" -a -x %{_gconftool_bin} ]; then \ -export GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` && \ SCHEMAS="" \ for SCHEMA in %{*} ; do \ SCHEMAS="$SCHEMAS %{_sysconfdir}/gconf/schemas/$SCHEMA.schemas" \ -done ; fi \ -%{_gconftool_bin} --makefile-uninstall-rule $SCHEMAS > /dev/null || true \ +done \ +GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} --makefile-uninstall-rule $SCHEMAS > /dev/null || true ; fi \ %{nil} # Rebuild scrollkeeper database -- cgit v1.2.1