]> git.armaanb.net Git - asd-repo.git/blob - extra/ccache/post-install
Restructure repository
[asd-repo.git] / extra / ccache / post-install
1 #!/bin/sh
2
3 cat <<EOF
4
5 NOTE: To enable 'ccache' add this to your
6       '.shellrc' or '.profile'.
7
8 -> export PATH=/usr/lib/ccache/bin:\$PATH
9
10 EOF