6 lines
143 B
Text
6 lines
143 B
Text
case "${ACTION}" in
|
|
post)
|
|
mkdir -p /var/spool/lpd
|
|
/opt/brother/Printers/dcp197c/inf/setupPrintcapij dcp197c -i
|
|
;;
|
|
esac
|