master hovercats/oakiss / repo / ccache / post-install
 1#!/bin/sh
 2
 3cat <<EOF
 4
 5NOTE: To enable 'ccache' add this to your
 6      '.shellrc' or '.profile'.
 7
 8-> export PATH=/usr/lib/ccache/bin:\$PATH
 9
10NOTE: Clang is not supported out-of-the-box.
11      The following symlinks need to be created.
12
13-> ln -s /usr/bin/ccache /usr/lib/ccache/bin/clang
14-> ln -s /usr/bin/ccache /usr/lib/ccache/bin/clang++
15
16EOF