repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
emacs-lojban-mode
/
emacs-lojban-mode.install
blob
014fcfcaeb74bd3d18e9869ef02b71a73637bc71
1
post_install () {
2
cat << EOF
3
==> Put this in your ~/.emacs file to be able to use lojban-mode
4
5
(autoload 'lojban-parse-region "lojban" nil t)
6
(autoload 'lojban-mode "lojban-mode" nil t)
7
EOF
8
}
9
10
post_upgrade () {
11
post_install $1
12
}