#!/bin/sh

if [ -x /opt/gnome/lib/GConf/2/gconfd-2 ]; then
   exec /opt/gnome/lib/GConf/2/gconfd-2 $1 
	else
   exec gconfd-1.bin $1
	fi

