case "${ACTION}" in
    pre)
	# remove brother driver from sane configuration
	_SANE_CONF='/etc/sane.d/dll.conf'
    sed -i -e '/brother5/d' ${_SANE_CONF}
    ;;
esac
