#!/bin/sh set -e if test "$1" = "configure"; then if which update-binfmts >/dev/null; then update-binfmts --import llvm-11-runtime.binfmt || true fi fi