rmscript="update-dictcommon-aspell"

case "$1" in abort-install|remove)
	if which $rmscript > /dev/null 2>&1; then
	    $rmscript 
	else
	    echo "Error: $rmscript not present or executable. Missing dependency on dictionaries-common?" >&2
	    exit 1
	fi
esac
