repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git]
/
emacs-haskell-mode
/
trunk
/
emacs-haskell-mode.install
blob
d463ca9d9edebc8bfce28986b95dbd94b5a88232
1
post_install () {
2
echo ""
3
echo "==> Read the haskell-*.el files in /usr/share/emacs/site-lisp/haskell-mode"
4
echo "==> for information about how to configure your ~/.emacs"
5
echo ""
6
}
7
8
post_upgrade () {
9
post_install $1
10
}
11