[Feature] add GA346 baseline version
Change-Id: Ic62933698569507dcf98240cdf5d9931ae34348f
diff --git a/meta/poky/scripts/postinst-intercepts/update_font_cache b/meta/poky/scripts/postinst-intercepts/update_font_cache
new file mode 100644
index 0000000..e0ec471
--- /dev/null
+++ b/meta/poky/scripts/postinst-intercepts/update_font_cache
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+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}