diff options
Diffstat (limited to 'import-layers/yocto-poky/scripts/postinst-intercepts/update_font_cache')
-rw-r--r-- | import-layers/yocto-poky/scripts/postinst-intercepts/update_font_cache | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/import-layers/yocto-poky/scripts/postinst-intercepts/update_font_cache b/import-layers/yocto-poky/scripts/postinst-intercepts/update_font_cache deleted file mode 100644 index bf65e19a4..000000000 --- a/import-layers/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} |