From: Armaan Bhojwani Date: Mon, 12 Jul 2021 22:22:14 +0000 (-0400) Subject: llvm: add post-install message X-Git-Tag: 2021.07.15-1~31 X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=commitdiff_plain;h=301ba5f05b9f689cf255d3cf736a3c11836f1946 llvm: add post-install message --- 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