llvm-toolchain/debian/llvm-3.5-runtime.postinst
Sylvestre Ledru 49cd5acd48 * Switch from 3.4 to 3.5
* Standards-Version updated to 3.9.5
2013-11-20 20:38:03 +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.5-runtime.binfmt || true
fi
fi
#DEBHELPER#