aboutsummaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/postinstz/postinstz_1.0.bb
blob: 50445aff5b5f773301cb30785a54a0bb33fa5e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
LICENSE = "MIT"

ALLOW_EMPTY_${PN} = "1"
pkg_postinst_${PN} (){
    if test "x$D" != "x"' then
        # Need to run on first boot
        exit 1
    else
        echo "lets write postinst_z" > /etc/postinstz-test
    fi
}