blob: 3907f25f19b23297ca8f03012771cb155fe12aa5 (
plain)
| 1
2
3
4
5
6
7
 | #!/bin/sh
PSEUDO_UNLOAD=1 qemuwrapper -L $D -E LD_LIBRARY_PATH=$D/${libdir}:$D/${base_libdir}\
					$D${bindir}/fc-cache --sysroot=$D
chown -R root:root $D${localstatedir}/cache/fontconfig
 |