Files
PersonalAUR/brother-scand-git/brother-scand.install
Michael Kuc 8e42583c92 feat: add brother-scand-git
Adds the package for monitoring networked Brother scanners for button
presses.
2025-12-13 11:12:36 +00:00

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"
}