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 12:17:07 UTC 2012
[aur-mirror.git]
/
emacs-calfw-git
/
emacs-calfw-git.install
blob
4483f635867aa02a3d35fd9e65c60d06e4024a15
1
post_install() {
2
cat <<EOF
3
Add this to your ~/.emacs:
4
(require 'calfw)
5
Use the command 'cfw:open-calendar-buffer' to start calfw.
6
Docs at /usr/share/doc/emacs-calfw/readme.html.
7
EOF
8
}
9
10
post_upgrade() {
11
post_install $1
12
}
13
14
post_remove() {
15
cat <<EOF
16
Don't forget to remove configurations!
17
EOF
18
}