diff options
Diffstat (limited to 'unstable/postgrey/postgrey.pre-install')
-rw-r--r-- | unstable/postgrey/postgrey.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unstable/postgrey/postgrey.pre-install b/unstable/postgrey/postgrey.pre-install new file mode 100644 index 0000000000..3c34c3fd5f --- /dev/null +++ b/unstable/postgrey/postgrey.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +addgroup postgrey 2>/dev/null +adduser -H -h /dev/null -s /bin/false -D postgrey 2>/dev/null + +exit 0 |