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 Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git]
/
emacs-eproject-git
/
emacs-eproject-git.install
blob
bb44df643dc416e98547c6471f11ca9b38363017
1
post_install() {
2
cat << EOF
3
4
==> To start using this package, add following lines to your emacs
5
startup file.
6
7
(add-to-list 'load-path "/usr/share/emacs/site-lisp/eproject")
8
(require 'eproject)
9
(require 'eproject-extras)
10
11
EOF
12
}
13
14
post_upgrade() {
15
post_install $1
16
}