aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sopel/sopel.pre-install
diff options
context:
space:
mode:
authorKevin Daudt <ops@ikke.info>2018-09-17 19:11:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-27 06:18:40 +0000
commit422b2f5e642bb718b7c6ca5bba9286d0b94719e5 (patch)
tree6c3963e68bdbd59f8407569910b61121058ef4ab /testing/sopel/sopel.pre-install
parent9784b9555bb99f9ee7ad5cc08d3c2875d3482ad4 (diff)
downloadaports-422b2f5e642bb718b7c6ca5bba9286d0b94719e5.tar.bz2
aports-422b2f5e642bb718b7c6ca5bba9286d0b94719e5.tar.xz
testing/sopel: new aport
Diffstat (limited to 'testing/sopel/sopel.pre-install')
-rw-r--r--testing/sopel/sopel.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/sopel/sopel.pre-install b/testing/sopel/sopel.pre-install
new file mode 100644
index 0000000000..7e7ae1039e
--- /dev/null
+++ b/testing/sopel/sopel.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S sopel 2>/dev/null
+adduser -S -D -H -h/dev/null -s/sbin/nologin -G sopel -g sopel sopel 2>/dev/null
+
+exit 0