summarylogtreecommitdiffstats
path: root/emacs-haskell-mode-git.install
blob: a5c514d92e8ab34c5db39d168170f1be2bceaab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install () {
  echo ""
  echo "==> read the manual via M-x info-display-manual RET haskell-mode RET"
  echo "==> for information about how to configure your ~/.emacs"
  echo ""
}

post_upgrade () {
  post_install $1
}