fontconfig/SOURCES/fc-cache

5 lines
136 B
Plaintext
Raw Normal View History

2022-05-17 08:49:14 +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 "$@" || :