aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMingli Yu <Mingli.Yu@windriver.com>2018-09-13 17:34:52 +0800
committerKhem Raj <raj.khem@gmail.com>2018-09-14 19:01:41 -0700
commite6d2fc45e500b18851562a1f31c0cfc41f42cad6 (patch)
tree2725e6940bbe54971accc99873444426adf6ef6a /meta-oe
parente04a0b57f3cbcedd2765ce6c7b2e9d5737827a51 (diff)
downloadmeta-openembedded-contrib-e6d2fc45e500b18851562a1f31c0cfc41f42cad6.tar.gz
postfix: fix pkg_postinst_${PN}
"exit 0" will break the postinst logic below the line "exit 0" such as: === update-alternatives --install /usr/sbin/sendmail sendmail /usr/sbin/sendmail.postfix 120 update-alternatives --install /usr/bin/mailq mailq /usr/bin/mailq.postfix 120 update-alternatives --install /usr/bin/newaliases newaliases /usr/bin/newaliases.postfix 120 === It's enough to call "$INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX}" , so remove it to guarantee the postinstall logic is correct Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
0 files changed, 0 insertions, 0 deletions