aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sane/sane.pre-install
diff options
context:
space:
mode:
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 00000000000..b75c867de93
--- /dev/null
+++ b/testing/sane/sane.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup -S scanner 2>/dev/null
+
+exit 0