llvm-toolchain/debian/llvm-3.2-runtime.postinst
2013-01-10 16:41:04 +00:00

10 lines
180 B
Bash

#!/bin/sh -e
if test "$1" = "configure"; then
if test -x /usr/sbin/update-binfmts; then
update-binfmts --import llvm-3.2-runtime.binfmt || true
fi
fi
#DEBHELPER#