7 lines
159 B
Text
7 lines
159 B
Text
case "${ACTION}" in
|
|
post)
|
|
ln -sf /opt/Brother /usr/local/Brother
|
|
# add brother 3 to /etc/sane.d/dll.conf
|
|
opt/Brother/sane/setupSaneScan3 -i
|
|
;;
|
|
esac
|