summarylogtreecommitdiffstats
path: root/cope-git.install
blob: 40c60195c959e38681a1242f6962cfe3fd0d2e32 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo 'Prepend the output of cope_path to your PATH, e.g.'
  echo '  PATH=$(cope_path):$PATH'
}

post_upgrade() {
  post_install
}