From 7552d9f26277730dcf4d6b2286e05af895f0fa9a Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 14:04:43 +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