#!/bin/sh

# Remove the gconf path associated with Media streamer
if gconftool --ping;
then
	gconftool --recursive-unset /apps/mafw/test-gui
else
	exit 0
fi
