7 lines
161 B
Text
7 lines
161 B
Text
case "${ACTION}" in
|
|
post)
|
|
/opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -i
|
|
chmod 755 /opt/brother/Printers/dcp197c/cupswrapper
|
|
;;
|
|
esac
|
|
|