summaryrefslogtreecommitdiff
path: root/fc-cache
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 01:58:26 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 01:58:26 +0000
commit40a866bb5ac1633ca3002426b0f2b87e1e4fb35f (patch)
tree0795ce3d2e333b0bdb42599b16df058731d8cdff /fc-cache
parentaff4fdf48b465e5f225337e366e7f1d9b90bc925 (diff)
automatic import of fontconfigopeneuler24.03_LTS
Diffstat (limited to 'fc-cache')
-rwxr-xr-xfc-cache4
1 files changed, 4 insertions, 0 deletions
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 "$@" || :