#! /bin/sh

case "$1" in 
	remove)
	# user really wants to remove this package so cleanup
	# everything the app has created
	gconftool --recursive-unset /apps/Maemo/speedometer
	;;

	upgrade)
	# normal upgrade of the package

	;;

esac

exit 0
