1 DESCRIPTION
= "Run postinstall scripts on device using awk"
5 SRC_URI
= "file://run-postinsts file://run-postinsts.awk"
7 INITSCRIPT_NAME
= "run-postinsts"
8 INITSCRIPT_PARAMS
= "start 98 S ."
21 install
-d $
{D
}$
{sysconfdir
}/init.d
/
22 install
-m
0755 $
{WORKDIR
}/run
-postinsts $
{D
}$
{sysconfdir
}/init.d
/
24 install
-d $
{D
}$
{datadir
}/$
{PN
}/
25 install
-m
0644 $
{WORKDIR
}/run
-postinsts.awk $
{D
}$
{datadir
}/$
{PN
}/