#!/bin/sh set -e if test "$1" = "configure"; then if test -x /usr/sbin/update-binfmts; then update-binfmts --import llvm-7-runtime.binfmt || true fi fi