PKGBUILDs/community/emacs-haskell-mode/emacs-haskell-mode.install

15 lines
249 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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 $*