diff options
| -rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index 49f9f7b1fa..882b27b6ee 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc | |||
| @@ -246,10 +246,10 @@ pkg_postinst_${PN} () { | |||
| 246 | # This can fail depending on host setup | 246 | # This can fail depending on host setup |
| 247 | if ! newaliases -C $D/etc/postfix/main.cf -oA$D/etc/aliases; then | 247 | if ! newaliases -C $D/etc/postfix/main.cf -oA$D/etc/aliases; then |
| 248 | $INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX} | 248 | $INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX} |
| 249 | exit 0 | 249 | else |
| 250 | touch $D/etc/postfix/virtual_alias | ||
| 251 | postmap -c $D/etc/postfix $D/etc/postfix/virtual_alias | ||
| 250 | fi | 252 | fi |
| 251 | touch $D/etc/postfix/virtual_alias | ||
| 252 | postmap -c $D/etc/postfix $D/etc/postfix/virtual_alias | ||
| 253 | 253 | ||
| 254 | fi | 254 | fi |
| 255 | } | 255 | } |
