PKGBUILDs/community/emacs-haskell-mode/emacs-haskell-mode.install
2009-10-09 21:15:33 -05:00

14 lines
249 B
Text

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
}
op=$1
shift
$op $*