mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-18 00:55:28 +00:00
zsh: Delete ${D}/usr if empty
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0b18276ac9
commit
901af82e7d
@ -49,6 +49,7 @@ do_configure () {
|
|||||||
|
|
||||||
do_install_append () {
|
do_install_append () {
|
||||||
rm -fr ${D}/usr/share
|
rm -fr ${D}/usr/share
|
||||||
|
rmdir --ignore-fail-on-non-empty ${D}/usr
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst_${PN} () {
|
pkg_postinst_${PN} () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user