fontconfig/SOURCES/fc-cache

5 lines
132 B
Plaintext
Raw Normal View History

2021-08-24 22:27:40 +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 $@ || :