Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
3d8c82b9abf93b7a6147152c09eee5085eb172b4
/
.
/
import-layers
/
yocto-poky
/
scripts
/
rootfs_rpm-extract-postinst.awk
blob: 8f2836b32cb49cc70f4a029a9a0d3e91e9d02933 [
file
] [
log
] [
blame
]
/Name:.*/
{
package
=
substr
(
$0
,
7
)
next
}
/
postinstall
.*
scriptlet
.*/
{
next
}
{
print
$0
>>
ENVIRON
[
"D"
]
"/etc/rpm-postinsts/"
package
".sh"
}