diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-11 10:04:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-11 10:09:44 +0000 |
commit | 58f4fccbf94e2ec11cb3d7d41c58ab3ddca681c6 (patch) | |
tree | e10f9885fd26943e66637ca08cc7ade6541d25e4 /main/opensmtpd/opensmtpd.post-install | |
parent | 537910b75b561aa1d4cf70e9b22dbf98925f602d (diff) | |
download | aports-58f4fccbf94e2ec11cb3d7d41c58ab3ddca681c6.tar.bz2 aports-58f4fccbf94e2ec11cb3d7d41c58ab3ddca681c6.tar.xz |
main/opensmtpd: move from testing
Diffstat (limited to 'main/opensmtpd/opensmtpd.post-install')
-rw-r--r-- | main/opensmtpd/opensmtpd.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/opensmtpd/opensmtpd.post-install b/main/opensmtpd/opensmtpd.post-install new file mode 100644 index 0000000000..f7acfaf4f8 --- /dev/null +++ b/main/opensmtpd/opensmtpd.post-install @@ -0,0 +1,5 @@ +#!/bin/sh + +/usr/sbin/newaliases + +exit 0 |