aboutsummaryrefslogtreecommitdiff
path: root/extra/ccache/post-install
blob: 75fdb200b9d2691a66fe385c06140728b18d1ea3 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

cat <<EOF

NOTE: To enable 'ccache' add this to your 
      '.shellrc' or '.profile'.

-> export PATH=/usr/lib/ccache/bin:\$PATH

EOF