aboutsummaryrefslogtreecommitdiffstats
path: root/community/opendkim/opendkim.pre-install
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-11-19 13:18:19 +0100
committerJakub Jirutka <jakub@jirutka.cz>2016-11-19 13:18:19 +0100
commiteb58e0ff4e31d517228603dbc56780c9775cb9da (patch)
tree19024d7488809765c352c9f615bf2a3fc5702c2f /community/opendkim/opendkim.pre-install
parentd516c1691802f84fdb28cf7a275c218d2cb5a971 (diff)
downloadaports-eb58e0ff4e31d517228603dbc56780c9775cb9da.tar.bz2
aports-eb58e0ff4e31d517228603dbc56780c9775cb9da.tar.xz
community/opendkim: move from testing
Diffstat (limited to 'community/opendkim/opendkim.pre-install')
-rw-r--r--community/opendkim/opendkim.pre-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/opendkim/opendkim.pre-install b/community/opendkim/opendkim.pre-install
new file mode 100644
index 0000000000..25d3fd7538
--- /dev/null
+++ b/community/opendkim/opendkim.pre-install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+addgroup -S opendkim 2>/dev/null
+adduser -S -D -H -s /bin/false -G opendkim -g opendkim opendkim 2>/dev/null
+
+exit 0
+