summarylogtreecommitdiffstats
path: root/emacs-undo-tree.install
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-undo-tree.install')
-rw-r--r--emacs-undo-tree.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs-undo-tree.install b/emacs-undo-tree.install
new file mode 100644
index 000000000000..d79aff08507a
--- /dev/null
+++ b/emacs-undo-tree.install
@@ -0,0 +1,11 @@
+# Message displayed after a fresh install.
+post_install() {
+ echo "Add these lines to ~/.emacs:"
+ echo " (require 'undo-tree)"
+}
+
+# Message displayed afteer package removal.
+post_remove() {
+ echo "Remove these lines from ~/.emacs:"
+ echo " (require 'undo-tree)"
+}