mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 09:21:17 +00:00
12 lines
196 B
Bash
12 lines
196 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
if test "$1" = "configure"; then
|
|
if test -x /usr/sbin/update-binfmts; then
|
|
update-binfmts --import llvm-@LLVM_VERSION@-runtime.binfmt || true
|
|
fi
|
|
fi
|
|
|
|
#DEBHELPER#
|