case "$1" in
	remove)
		test -x `which defoma-app` && \
			defoma-app purge #PACKAGE#
		;;
esac
