case "$1" in
	remove)
		if [ -x /usr/bin/defoma-app ]; then
			/usr/bin/defoma-app purge #PACKAGE#
		fi
		;;
esac
