#!/bin/sh -e

gconftool_bin=`which gconftool`

if [ "Z${gconftool_bin}" != "Z" ] ; then
	gconftool --shutdown
fi	
