mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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 () {
|
||||
rm -fr ${D}/usr/share
|
||||
rmdir --ignore-fail-on-non-empty ${D}/usr
|
||||
}
|
||||
|
||||
pkg_postinst_${PN} () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user