fontconfig/SOURCES/fc-cache

5 lines
132 B
Plaintext
Raw Permalink Normal View History

2019-05-07 12:34:48 +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 $@ || :