repo/extra/ccache/post-install
2020-05-03 23:44:01 +03:00

11 lines
144 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