repo/extra/ccache/post-install
2019-09-13 16:28:02 +03:00

11 lines
145 B
Bash
Executable File

#!/bin/sh
cat <<EOF
NOTE: To enable 'ccache' add this to your
'.shellrc' or '.profile'.
-> export PATH=/usr/lib/ccache/bin:\$PATH
EOF