summarylogtreecommitdiffstats
path: root/mmm-mode.install
diff options
context:
space:
mode:
Diffstat (limited to 'mmm-mode.install')
-rw-r--r--mmm-mode.install33
1 files changed, 33 insertions, 0 deletions
diff --git a/mmm-mode.install b/mmm-mode.install
new file mode 100644
index 000000000000..fefaeb43e9b4
--- /dev/null
+++ b/mmm-mode.install
@@ -0,0 +1,33 @@
+post_install() {
+echo "Please put one of the following lines into your .emacs file"
+echo "(require 'mmm-mode)"
+echo "(require 'mmm-auto)"
+echo "Refer to the info-manual for further advice."
+echo "Please put the following line to your .emacs file"
+echo "(setq load-path (cons \"/usr/share/emacs/site-lisp/mmm-mode\" load-path))"
+echo "Adding Info-File"
+install-info /usr/share/info/mmm.info.gz /usr/share/info/dir
+}
+
+pre_remove() {
+ echo "Removing entry in info-file (dir)"
+ install-info --delete /usr/share/info/mmm.info.gz /usr/share/info/dir
+ echo "Please remove the lines concerning mmm-mode from your .emacs"
+ /bin/true
+}
+
+post_upgrade() {
+ echo "Please put one of the following lines into your .emacs file"
+ echo "(require 'mmm-mode)"
+ echo "(require 'mmm-auto)"
+ echo "Refer to the info-manual for further advice."
+ echo "Please put the following line to your .emacs file"
+ echo "(setq load-path (cons \"/usr/share/emacs/site-lisp/mmm-mode\" load-path))"
+ echo "Adding Info-file"
+ install-info /usr/share/info/mmm.info.gz /usr/share/info/dir
+ /bin/true
+}
+
+op=$1
+shift
+$op $* \ No newline at end of file