#! /bin/sh


if [ -e /usr/share/applications/hildon/yaspot.desktop ]; then
	rm -rf  /usr/share/applications/hildon/yaspot.desktop
fi

# remove credentials from gconf

gconftool-2 --dir-exists /apps/Maemo/yaspot
if [ $? -eq 0 ]
then
	gconftool-2 --recursive-unset /apps/Maemo/yaspot
fi

