summaryrefslogtreecommitdiffstats
path: root/testing/sword/sword.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sword/sword.pre-install')
-rwxr-xr-xtesting/sword/sword.pre-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/sword/sword.pre-install b/testing/sword/sword.pre-install
new file mode 100755
index 000000000..0ab0d715b
--- /dev/null
+++ b/testing/sword/sword.pre-install
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo "Adding 'sword' group for installing SWORD modules systemwide"
+addgroup sword 2>/dev/null >&2 || true