aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postfix/postfix.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-06-03 20:24:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-06-03 20:24:57 +0000
commit0672c3e0f09200ce6eff4d011dfdca88fbdd3d9f (patch)
tree5aaf68e89159b40af92fab7be8c979662435ab68 /testing/postfix/postfix.pre-install
parentf3d0c8ccdf68c98dc0d529dc9ce63c89c1817826 (diff)
downloadaports-0672c3e0f09200ce6eff4d011dfdca88fbdd3d9f.tar.bz2
aports-0672c3e0f09200ce6eff4d011dfdca88fbdd3d9f.tar.xz
extra/postfix,cyrus-sasl: moved postfix 2.6.1 from testing
Diffstat (limited to 'testing/postfix/postfix.pre-install')
-rw-r--r--testing/postfix/postfix.pre-install7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/postfix/postfix.pre-install b/testing/postfix/postfix.pre-install
deleted file mode 100644
index 22414ef615..0000000000
--- a/testing/postfix/postfix.pre-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-addgroup postfix 2>/dev/null
-addgroup postdrop 2>/dev/null
-adduser postfix -h /var/spool/postfix -G postfix,mail 2>/dev/null
-
-exit 0