aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opensmtpd/opensmtpd.post-install
diff options
context:
space:
mode:
authorJonathan Curran <jonathan@curran.in>2015-09-10 21:01:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-15 15:40:50 +0200
commitada4912f188d27221f078315b80ca022e85dae9c (patch)
treef45b9429b02509434a0d9becd0417369161940e4 /testing/opensmtpd/opensmtpd.post-install
parent0dccbe50dc514ab1194a66865d74875632915eac (diff)
downloadaports-ada4912f188d27221f078315b80ca022e85dae9c.tar.bz2
aports-ada4912f188d27221f078315b80ca022e85dae9c.tar.xz
testing/opensmtpd: new aport
This aport provides the portable version of OpenSMTPD patched to work with musl. Parts of the patch will be submitted upstream soon. https://opensmtpd.org
Diffstat (limited to 'testing/opensmtpd/opensmtpd.post-install')
-rw-r--r--testing/opensmtpd/opensmtpd.post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/opensmtpd/opensmtpd.post-install b/testing/opensmtpd/opensmtpd.post-install
new file mode 100644
index 0000000000..f7acfaf4f8
--- /dev/null
+++ b/testing/opensmtpd/opensmtpd.post-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+/usr/sbin/newaliases
+
+exit 0