ccache: add post-install message

This commit is contained in:
Dylan Araps 2019-09-13 16:28:02 +03:00
parent cbe007dbb4
commit eb86e29c4d

10
extra/ccache/post-install Executable file
View 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