fi
done
# have gconf reload the new schemas
ebegin "Reloading GConf schemas"
killall -HUP gconfd-2
rv=$?
eend $rv
if [[ $rv -eq 1 ]]; then
einfo "GConf not running or another error occurred."
}
gnome2_gconf_uninstall() {