update_font_cache 251 B

1234567
  1. #!/bin/sh
  2. set -e
  3. PSEUDO_UNLOAD=1 qemuwrapper -L $D -E LD_LIBRARY_PATH=$D/${libdir}:$D/${base_libdir} \
  4. -E ${fontconfigcacheenv} $D${bindir}/fc-cache --sysroot=$D --system-only ${fontconfigcacheparams}
  5. chown -R root:root $D${fontconfigcachedir}