summaryrefslogtreecommitdiffstats
path: root/weechat-git/weechatgit.install
blob: f68d294f7bb1ff362b1c9a18233d82d605a052a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "------------------------------------------------------------------------------"
  echo "Warning!"
  echo "It's recommended to use another WeeChat home for testing this version."
  echo "For example:"
  echo "/usr/local/bin/weechat-curses --dir /tmp/weechat"
  echo ""
  echo "You've just built weechat from GIT."
  echo "This is a development version and may therefore be unstable."
  echo "------------------------------------------------------------------------------"
}