summaryrefslogtreecommitdiff
path: root/fc-cache
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 14:04:43 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 14:04:43 +0000
commit7552d9f26277730dcf4d6b2286e05af895f0fa9a (patch)
tree0795ce3d2e333b0bdb42599b16df058731d8cdff /fc-cache
parent1ffe683c1f0a5b2f2dc9b1456e3d283f5c7dc88d (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 "$@" || :