aboutsummaryrefslogtreecommitdiffstats
path: root/community/postfwd/postfwd.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/postfwd/postfwd.pre-install')
-rwxr-xr-xcommunity/postfwd/postfwd.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/postfwd/postfwd.pre-install b/community/postfwd/postfwd.pre-install
new file mode 100755
index 00000000000..62c8ba5d716
--- /dev/null
+++ b/community/postfwd/postfwd.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S postfwd 2>/dev/null
+adduser -SD -h /var/lib/postfwd -G postfwd postfwd 2>/dev/null
+
+exit 0