mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
7 lines
167 B
Text
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
|