summaryrefslogtreecommitdiff
path: root/fc-cache
blob: 8253ae7606f806140f0609d1efa2cbe400e6b496 (plain)
1
2
3
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 "$@" || :