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