summaryrefslogtreecommitdiffstats
path: root/unstable/postgrey/postgrey.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'unstable/postgrey/postgrey.pre-install')
-rw-r--r--unstable/postgrey/postgrey.pre-install6
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 00000000..3c34c3fd
--- /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