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-egg-git
/
emacs-egg-git.install
blob
5b52ec26484826e9eac7d804bd326bf3693339f4
1
post_install() {
2
echo ">> To enable egg add the following lines to your emacs configuration:"
3
4
echo "(require 'egg)"
5
}
6
7
post_upgrade() {
8
post_install
9
}
10