diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-05-08 07:11:59 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-05 17:48:01 +0000 |
commit | 815d46044815e090806f9f0c729ede697013584b (patch) | |
tree | c5910b29c70f24c33008c74ebb4d61a0507d6291 /community/sane/sane.pre-install | |
parent | 1b1801a0870bae9e2b35b661cc09c183477ef920 (diff) | |
download | aports-815d46044815e090806f9f0c729ede697013584b.tar.bz2 aports-815d46044815e090806f9f0c729ede697013584b.tar.xz |
community/sane: move from testing
It's required for simple-scanner. Modernize the APKBUILD while I'm at it.
Diffstat (limited to 'community/sane/sane.pre-install')
-rw-r--r-- | community/sane/sane.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/sane/sane.pre-install b/community/sane/sane.pre-install new file mode 100644 index 0000000000..b75c867de9 --- /dev/null +++ b/community/sane/sane.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +addgroup -S scanner 2>/dev/null + +exit 0 |