summaryrefslogtreecommitdiff
path: root/fc-cache
diff options
context:
space:
mode:
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 "$@" || :