1 2 3 4 5 6 7
if printf '%s\n' "${arch[@]}" | grep -qvxF any; then provides+=( $( find "${pkgdir}/usr/lib" -name '*.so' -printf '%f\n' ) ) fi