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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
emacs-zenburn-git
/
emacs-zenburn-git.install
blob
f6e0609f07927ddb8848953cb1c478c56ededede
1
# Message displayed after a fresh install.
2
post_install() {
3
echo "Add these lines to ~/.emacs:"
4
echo " (require 'zenburn)"
5
echo " (zenburn)"
6
}
7
8
# Message displayed afteer package removal.
9
post_remove() {
10
echo "Remove these lines from ~/.emacs:"
11
echo " (require 'zenburn)"
12
echo " (zenburn)"
13
}