diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-02 00:27:51 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-02 00:27:51 +0300 |
commit | 5c21665a5c38986f186207296e931177bf065d33 (patch) | |
tree | c8a4e20dff04e4b0cf64f7584ad7ca744572486e /extra/ccache/post-install | |
parent | 2e8512b9e14bc93fc354498075c56b871bbbcb8c (diff) | |
download | repository-5c21665a5c38986f186207296e931177bf065d33.tar.gz |
ccache: move post-install to message
Diffstat (limited to 'extra/ccache/post-install')
-rwxr-xr-x | extra/ccache/post-install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/ccache/post-install b/extra/ccache/post-install deleted file mode 100755 index 75fdb200..00000000 --- a/extra/ccache/post-install +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -cat <<EOF - -NOTE: To enable 'ccache' add this to your - '.shellrc' or '.profile'. - --> export PATH=/usr/lib/ccache/bin:\$PATH - -EOF |