diff options
| -rw-r--r-- | meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb index 3e4ed7c03c..9a3a66c2a8 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | |||
| @@ -69,10 +69,10 @@ do_install() { | |||
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | pkg_postinst_${PN} () { | 71 | pkg_postinst_${PN} () { |
| 72 | if [ x"$D" != "x" ]; then | 72 | $INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX} |
| 73 | $INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX} | 73 | } |
| 74 | fi | ||
| 75 | 74 | ||
| 75 | pkg_postinst_ontarget_${PN} () { | ||
| 76 | ${datadir}/sfcb/genSslCert.sh ${sysconfdir}/sfcb | 76 | ${datadir}/sfcb/genSslCert.sh ${sysconfdir}/sfcb |
| 77 | ${bindir}/sfcbrepos -f | 77 | ${bindir}/sfcbrepos -f |
| 78 | } | 78 | } |
