Fix nss-localuser postinst scriptlet to run only on the target
[AGL/meta-agl.git] / meta-app-framework / recipes-core / nss-localuser / nss-localuser_0.1.bb
index 62e163f..de3651d 100644 (file)
@@ -23,7 +23,7 @@ do_install() {
        make nssdir=${D}${libdir} install
 }
 
-pkg_postinst_${PN} () {
+pkg_postinst_ontarget_${PN} () {
        sed -e '/^hosts:/s/\<localuser\>\s*//' \
                -e 's/\(^hosts:\s\s*\)\(.*\)/\1localuser \2/' \
                -i $D${sysconfdir}/nsswitch.conf