fontconfig/SOURCES/fc-cache

5 lines
136 B
Plaintext
Raw Normal View History

2021-11-02 15:59:17 +00:00
#! /bin/sh
[ -x /usr/bin/fc-cache-32 ] && /usr/bin/fc-cache-32 "$@" || :
[ -x /usr/bin/fc-cache-64 ] && /usr/bin/fc-cache-64 "$@" || :