llvm-toolchain/debian/llvm-X.Y-runtime.postinst.in
Gianfranco Costamagna 06b22862cd Merge with 3.6 branch
2015-08-18 12:23:07 +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#