Adds the package for monitoring networked Brother scanners for button presses.
6 lines
237 B
Plaintext
6 lines
237 B
Plaintext
post_install() {
|
|
useradd --system --no-create-home brother-scand
|
|
chown -R brother-scand /etc/brother-scand
|
|
echo -e "Now edit /etc/brother-scand/scanner.conf. Then run:\n systemctl restart rsyslog\n systemctl enable brother-scand"
|
|
}
|