mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
liberation-fonts: postinst can't be called offline
fc-cache should be called on target system. Or maybe we should pass a suitable directory list to it? (From OE-Core rev: c5156d26fc9ebacb2141f072aee698a7284d7cb8) Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f564954968
commit
288638e4f2
@@ -34,6 +34,9 @@ do_install () {
|
|||||||
|
|
||||||
pkg_postinst_${PN} () {
|
pkg_postinst_${PN} () {
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
if [ "x$D" != "x" ] ; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
fc-cache
|
fc-cache
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,9 @@ do_install () {
|
|||||||
|
|
||||||
pkg_postinst_${PN} () {
|
pkg_postinst_${PN} () {
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
if [ "x$D" != "x" ] ; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
fc-cache
|
fc-cache
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user