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

12 lines
196 B
Plaintext
Raw Normal View History

#!/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#