aports/testing/opensmtpd/opensmtpd.post-install
Jonathan Curran ada4912f18 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
2015-09-15 15:40:50 +02:00

6 lines
40 B
Bash

#!/bin/sh
/usr/sbin/newaliases
exit 0