2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/extra/ccache/post-install

11 lines
145 B
Plaintext
Raw Normal View History

2019-09-13 13:28:02 +00:00
#!/bin/sh
cat <<EOF
NOTE: To enable 'ccache' add this to your
'.shellrc' or '.profile'.
-> export PATH=/usr/lib/ccache/bin:\$PATH
EOF