llvm-toolchain/debian/llvm-X.Y-runtime.postinst.in

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#