aboutsummaryrefslogtreecommitdiff
path: root/extra/ccache
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-02 00:27:51 +0300
committerCem Keylan <cem@ckyln.com>2020-05-02 00:27:51 +0300
commit5c21665a5c38986f186207296e931177bf065d33 (patch)
treec8a4e20dff04e4b0cf64f7584ad7ca744572486e /extra/ccache
parent2e8512b9e14bc93fc354498075c56b871bbbcb8c (diff)
downloadrepository-5c21665a5c38986f186207296e931177bf065d33.tar.gz
ccache: move post-install to message
Diffstat (limited to 'extra/ccache')
-rw-r--r--[-rwxr-xr-x]extra/ccache/message (renamed from extra/ccache/post-install)6
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/ccache/post-install b/extra/ccache/message
index 75fdb200..df9c77d0 100755..100644
--- a/extra/ccache/post-install
+++ b/extra/ccache/message
@@ -1,10 +1,4 @@
-#!/bin/sh
-
-cat <<EOF
-
NOTE: To enable 'ccache' add this to your
'.shellrc' or '.profile'.
-> export PATH=/usr/lib/ccache/bin:\$PATH
-
-EOF