void-packages/srcpkgs/brother-brscan5/REMOVE
2024-01-16 20:42:43 -05:00

7 lines
167 B
Text

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