aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgrey/postgrey.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/postgrey/postgrey.pre-install')
-rw-r--r--main/postgrey/postgrey.pre-install6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/postgrey/postgrey.pre-install b/main/postgrey/postgrey.pre-install
deleted file mode 100644
index bb4269656d0..00000000000
--- a/main/postgrey/postgrey.pre-install
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-addgroup -S postgrey 2>/dev/null
-adduser -S -D -H -h /dev/null -s /sbin/nologin -G postgrey -g postgrey postgrey 2>/dev/null
-
-exit 0