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