summarylogtreecommitdiffstats
path: root/emacs-calfw-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-calfw-git.install')
-rw-r--r--emacs-calfw-git.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/emacs-calfw-git.install b/emacs-calfw-git.install
new file mode 100644
index 000000000000..4483f635867a
--- /dev/null
+++ b/emacs-calfw-git.install
@@ -0,0 +1,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
+}