repo/extra/ccache/post-install

11 lines
144 B
Plaintext
Raw Normal View History

2019-09-13 07:28:02 -06:00
#!/bin/sh
cat <<EOF
2020-05-03 14:44:01 -06:00
NOTE: To enable 'ccache' add this to your
2019-09-13 07:28:02 -06:00
'.shellrc' or '.profile'.
-> export PATH=/usr/lib/ccache/bin:\$PATH
EOF