summarylogtreecommitdiffstats
path: root/bit.install
blob: 3dd30d7f8df34c0b3a86e14475194649ec35ccee (plain)
1
2
3
4
5
6
7
post_install() {
  echo ">>> Do \"COMP_INSTALL=1 bitcomplete\" to install shell autocomplete "
}

post_upgrade() {
  post_install
}