summarylogtreecommitdiffstats
path: root/emacs-calfw-git.install
blob: 4483f635867aa02a3d35fd9e65c60d06e4024a15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
  cat <<EOF
Add this to your ~/.emacs:
  (require 'calfw)
Use the command 'cfw:open-calendar-buffer' to start calfw.
Docs at /usr/share/doc/emacs-calfw/readme.html.
EOF
}

post_upgrade() {
  post_install $1
}

post_remove() {
  cat <<EOF
Don't forget to remove configurations!
EOF
}