From 4c7f0506405eb8c4d40bc6a33b4e927d265f8163 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 15:05:31 +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