summaryrefslogtreecommitdiff
path: root/fc-cache
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 15:05:31 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 15:05:31 +0000
commit4c7f0506405eb8c4d40bc6a33b4e927d265f8163 (patch)
tree0795ce3d2e333b0bdb42599b16df058731d8cdff /fc-cache
parentd68f55e4b79598de0b39d2e23ee8830956241c38 (diff)
automatic import of fontconfigopeneuler24.03_LTSopeneuler23.09
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 "$@" || :