llvm-toolchain/debian/llvm-X.Y-runtime.postinst.in
2014-07-28 11:34:35 +00:00

10 lines
191 B
Bash

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