summaryrefslogtreecommitdiffstats
path: root/external/poky/scripts/postinst-intercepts/update_font_cache
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/scripts/postinst-intercepts/update_font_cache')
-rw-r--r--external/poky/scripts/postinst-intercepts/update_font_cache5
1 files changed, 5 insertions, 0 deletions
diff --git a/external/poky/scripts/postinst-intercepts/update_font_cache b/external/poky/scripts/postinst-intercepts/update_font_cache
index e0ec4719..46bdb8c5 100644
--- a/external/poky/scripts/postinst-intercepts/update_font_cache
+++ b/external/poky/scripts/postinst-intercepts/update_font_cache
@@ -1,6 +1,11 @@
#!/bin/sh
+#
+# SPDX-License-Identifier: MIT
+#
set -e
PSEUDO_UNLOAD=1 ${binprefix}qemuwrapper -L $D -E ${fontconfigcacheenv} $D${libexecdir}/${binprefix}fc-cache --sysroot=$D --system-only ${fontconfigcacheparams}
+
chown -R root:root $D${fontconfigcachedir}
+find $D -type f -name .uuid -exec chown root:root '{}' +