From 301ba5f05b9f689cf255d3cf736a3c11836f1946 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 12 Jul 2021 18:22:14 -0400 Subject: [PATCH] llvm: add post-install message --- core/llvm/post-install | 3 +++ core/llvm/version | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 core/llvm/post-install diff --git a/core/llvm/post-install b/core/llvm/post-install new file mode 100755 index 0000000..23535f1 --- /dev/null +++ b/core/llvm/post-install @@ -0,0 +1,3 @@ +#!/usr/bin/sh -e + +printf "~/.lldb has been moved to ~/.local/state/lldb\n" diff --git a/core/llvm/version b/core/llvm/version index 0ada45b..10f7028 100644 --- a/core/llvm/version +++ b/core/llvm/version @@ -1 +1 @@ -12.0.1 1 +12.0.1 2 -- 2.39.2