summaryrefslogtreecommitdiff
path: root/yocto-poky/scripts/postinst-intercepts/update_font_cache
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/scripts/postinst-intercepts/update_font_cache')
-rw-r--r--yocto-poky/scripts/postinst-intercepts/update_font_cache7
1 files changed, 0 insertions, 7 deletions
diff --git a/yocto-poky/scripts/postinst-intercepts/update_font_cache b/yocto-poky/scripts/postinst-intercepts/update_font_cache
deleted file mode 100644
index bf65e19a4..000000000
--- a/yocto-poky/scripts/postinst-intercepts/update_font_cache
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -e
-
-PSEUDO_UNLOAD=1 qemuwrapper -L $D -E LD_LIBRARY_PATH=$D/${libdir}:$D/${base_libdir} \
- -E ${fontconfigcacheenv} $D${bindir}/fc-cache --sysroot=$D --system-only ${fontconfigcacheparams}
-chown -R root:root $D${fontconfigcachedir}