nim / rpms / fontconfig

Forked from rpms/fontconfig 4 years ago
Clone
Blob Blame History Raw
#! /bin/sh

[ -x /usr/bin/fc-cache-32 ] && /usr/bin/fc-cache-32 $@ || :
[ -x /usr/bin/fc-cache-64 ] && /usr/bin/fc-cache-64 $@ || :