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