mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-16 02:32:24 +00:00
12 lines
192 B
Bash
12 lines
192 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if test "$1" = "configure"; then
|
|
if which update-binfmts >/dev/null; then
|
|
update-binfmts --import llvm-@LLVM_VERSION@-runtime.binfmt || true
|
|
fi
|
|
fi
|
|
|
|
#DEBHELPER#
|