void-packages/srcpkgs/brother-brscan5/REMOVE

8 lines
167 B
Plaintext
Raw Normal View History

2023-06-03 01:57:38 +02:00
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