generic-poky/scripts/postinst-intercepts/update_font_cache

7 lines
153 B
Bash

#!/bin/sh
PSEUDO_UNLOAD=1 qemuwrapper -L $D -E LD_LIBRARY_PATH=$D/${libdir}:$D/${base_libdir}\
$D${bindir}/fc-cache --sysroot=$D >/dev/null 2>&1