fontconfig/fc-cache

5 lines
136 B
Plaintext
Raw Permalink Normal View History

#! /bin/sh
2018-08-30 09:53:28 +00:00
[ -x /usr/bin/fc-cache-32 ] && /usr/bin/fc-cache-32 "$@" || :
[ -x /usr/bin/fc-cache-64 ] && /usr/bin/fc-cache-64 "$@" || :