1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/community/sane/sane.pre-install
Rasmus Thomsen 815d460448 community/sane: move from testing
It's required for simple-scanner. Modernize the APKBUILD while I'm at it.
2019-06-05 17:48:01 +00:00

5 lines
51 B
Bash

#!/bin/sh
addgroup -S scanner 2>/dev/null
exit 0