summarylogtreecommitdiffstats
path: root/msg.install
blob: 55a63e383d871d0cde88d502f954804033ecccb5 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo
  echo
  echo ":: gist-lite is installed"
  echo "If you want to make it consistent with upstream"
  echo "You can add the following command into your shell configuration file (like ~/.bashrc):"
  echo "    alias gist='GISTSCRIPT=gist /usr/bin/gist-lite'"
  echo
  echo
}