aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sane/sane.pre-install
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2016-12-23 11:25:27 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-12-23 10:38:38 +0100
commit2f07dfbfd1efd65126d2247b076c10142f7d6696 (patch)
tree462ea103566d4ee8c5bfba5c88d5c3413bff66ce /testing/sane/sane.pre-install
parent6f6cb8630fbc5953f7e72ae3a681d20b6c345ab8 (diff)
downloadaports-2f07dfbfd1efd65126d2247b076c10142f7d6696.tar.bz2
aports-2f07dfbfd1efd65126d2247b076c10142f7d6696.tar.xz
move unmaintained/sane -> tesing/sane
Diffstat (limited to 'testing/sane/sane.pre-install')
-rw-r--r--testing/sane/sane.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/sane/sane.pre-install b/testing/sane/sane.pre-install
new file mode 100644
index 0000000000..b75c867de9
--- /dev/null
+++ b/testing/sane/sane.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup -S scanner 2>/dev/null
+
+exit 0