fontconfig/fc-cache
2023-07-12 10:57:10 +02:00

5 lines
132 B
Bash
Executable File

#! /bin/sh
[ -x /usr/bin/fc-cache-32 ] && /usr/bin/fc-cache-32 $@ || :
[ -x /usr/bin/fc-cache-64 ] && /usr/bin/fc-cache-64 $@ || :