updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / emacs-calfw-git / emacs-calfw-git.install
blob4483f635867aa02a3d35fd9e65c60d06e4024a15
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
10 post_upgrade() {
11   post_install $1
14 post_remove() {
15   cat <<EOF
16 Don't forget to remove configurations!
17 EOF