triggers: Test for gconftool-2

This was done for the rest of the triggers.
This commit is contained in:
Colin Walters 2012-04-13 16:11:03 -04:00
parent 863384b90d
commit 920cbbc242
1 changed files with 7 additions and 9 deletions

View File

@ -18,12 +18,10 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA. # Boston, MA 02111-1307, USA.
# IfExecutable: gconftool-2 if test -x "$(which gconftool-2 2>/dev/null)"; then
# LiteralMatch: /etc/gconf GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
export GCONF_CONFIG_SOURCE
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` for f in /etc/gconf/schemas/*.schemas; do
export GCONF_CONFIG_SOURCE gconftool-2 --makefile-install-rule "$f"
done
for f in /etc/gconf/schemas/*.schemas; do fi
gconftool-2 --makefile-install-rule "$f"
done