rmscript="/usr/sbin/update-dictcommon-aspell"

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