8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
|
case "${ACTION}" in
|
||
|
post)
|
||
|
/opt/brother/Printers/dcp197c/cupswrapper/cupswrapperdcp197c
|
||
|
chmod 755 /opt/brother/Printers/dcp197c/cupswrapper
|
||
|
;;
|
||
|
esac
|
||
|
|