blob: d463ca9d9edebc8bfce28986b95dbd94b5a88232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install () {
echo ""
echo "==> Read the haskell-*.el files in /usr/share/emacs/site-lisp/haskell-mode"
echo "==> for information about how to configure your ~/.emacs"
echo ""
}
post_upgrade () {
post_install $1
}
|