case "$1" in abort-install|remove)

    if [ -x /usr/sbin/update-dictcommon-aspell ]; then
	/usr/sbin/update-dictcommon-aspell
    fi
esac

