forked from kiss-community/repo
ccache: add post-install message
This commit is contained in:
parent
cbe007dbb4
commit
eb86e29c4d
10
extra/ccache/post-install
Executable file
10
extra/ccache/post-install
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat <<EOF
|
||||
|
||||
NOTE: To enable 'ccache' add this to your
|
||||
'.shellrc' or '.profile'.
|
||||
|
||||
-> export PATH=/usr/lib/ccache/bin:\$PATH
|
||||
|
||||
EOF
|
Loading…
Reference in New Issue
Block a user