2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/ccache/post-install
2019-09-13 16:28:02 +03:00

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