summarylogtreecommitdiffstats
path: root/cope-git.install
blob: 636e91493ee09e9c8753aa66cddafa52f959ed93 (plain)
1
2
3
4
5
6
7
post_install() {
  echo "Prepend the output of cope_path to your PATH"
}

post_upgrade() {
  post_install
}