diff options
Diffstat (limited to 'testing/postfwd/postfwd.pre-install')
-rwxr-xr-x | testing/postfwd/postfwd.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/postfwd/postfwd.pre-install b/testing/postfwd/postfwd.pre-install new file mode 100755 index 0000000000..62c8ba5d71 --- /dev/null +++ b/testing/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 |