From 7a2b43796a4c38cf98fe05e8e4ec985318b2721b Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 15 Oct 2017 15:41:01 +0300 Subject: Imported llvm-toolchain-5.0 (1:5.0-4) --- debian/llvm-X.Y-runtime.postinst.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/llvm-X.Y-runtime.postinst.in (limited to 'debian/llvm-X.Y-runtime.postinst.in') diff --git a/debian/llvm-X.Y-runtime.postinst.in b/debian/llvm-X.Y-runtime.postinst.in new file mode 100644 index 0000000..987b3ea --- /dev/null +++ b/debian/llvm-X.Y-runtime.postinst.in @@ -0,0 +1,11 @@ +#!/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# -- cgit v1.2.3