llvm-toolchain/debian/llvm-X.Y-runtime.postinst.in
Gianfranco Costamagna 7b452981b8 Merge 3.6 branch fixes
2015-08-18 11:47:56 +00:00

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#