summarylogtreecommitdiffstats
path: root/cch.install
blob: 9992ac666c4a799886cf0e84fe8e2d8f5a69256a (plain)
1
2
3
4
5
6
7
post_install() {
  ln -sf "/opt/cch/cch" "/usr/bin/cch"
}

post_remove() {
  rm -f "/usr/bin/cch"
}