2 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
3 echo " -> Installing gconf schema"
4 gconftool-2 --makefile-install-rule /etc/gconf/schemas/wp_tray.schemas > /dev/null || return 1
8 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
9 echo " -> Updating gconf schema"
10 gconftool-2 --makefile-install-rule /etc/gconf/schemas/wp_tray.schemas > /dev/null || return 1