summaryrefslogtreecommitdiffstats
path: root/scripts/postinst-intercepts/update_font_cache
blob: 562b5b3cb902c990a8a958b9a75d2ae7052ca26f (plain)
1
2
3
4
5
6
7
#!/bin/sh

PSEUDO_UNLOAD=1 qemuwrapper $D$(readelf -l $D${bindir}/fc-cache| grep "Requesting program interpreter"|sed -e 's/^.*\[.*: \(.*\)\]/\1/') \
        --library-path $D/lib:$D/usr/lib $D${bindir}/fc-cache \
        --sysroot=$D >/dev/null 2>&1