From 40a866bb5ac1633ca3002426b0f2b87e1e4fb35f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:58:26 +0000 Subject: automatic import of fontconfig --- fc-cache | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 fc-cache (limited to 'fc-cache') diff --git a/fc-cache b/fc-cache new file mode 100755 index 0000000..8253ae7 --- /dev/null +++ b/fc-cache @@ -0,0 +1,4 @@ +#! /bin/sh + +[ -x /usr/bin/fc-cache-32 ] && /usr/bin/fc-cache-32 "$@" || : +[ -x /usr/bin/fc-cache-64 ] && /usr/bin/fc-cache-64 "$@" || : -- cgit v1.2.3