#!/bin/sh
if test -e /opt/maemo/imgur-maemo.html; then
	if [ "$1" = "remove" ]; then
		/usr/bin/sharing-account-remover imgur
	fi
fi

