aboutsummaryrefslogtreecommitdiffstats
path: root/community/at/at.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/at/at.pre-install')
-rw-r--r--community/at/at.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/at/at.pre-install b/community/at/at.pre-install
new file mode 100644
index 0000000000..78aa4bcf1c
--- /dev/null
+++ b/community/at/at.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S at 2>/dev/null
+adduser -S -D -H -s /bin/false -G at -g at at 2>/dev/null
+
+exit 0