aboutsummaryrefslogtreecommitdiffstats
path: root/community/sane/sane.pre-install
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-05-08 07:11:59 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-05 17:48:01 +0000
commit815d46044815e090806f9f0c729ede697013584b (patch)
treec5910b29c70f24c33008c74ebb4d61a0507d6291 /community/sane/sane.pre-install
parent1b1801a0870bae9e2b35b661cc09c183477ef920 (diff)
downloadaports-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-install5
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