aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/notmuch.emacsen-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/notmuch.emacsen-install b/debian/notmuch.emacsen-install
index 4982691..98ec128 100755
--- a/debian/notmuch.emacsen-install
+++ b/debian/notmuch.emacsen-install
@@ -10,6 +10,12 @@ PACKAGE=notmuch
if [ ${FLAVOR} = emacs ]; then exit 0; fi
+# We know that the notmuch emacs code doesn't work with emacs before emacs23
+if [ ${FLAVOR} = emacs21 ]; then exit 0; fi
+if [ ${FLAVOR} = emacs22 ]; then exit 0; fi
+if [ ${FLAVOR} = xemacs21 ]; then exit 0; fi
+if [ ${FLAVOR} = xemacs22 ]; then exit 0; fi
+
echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
#FLAVORTEST=`echo $FLAVOR | cut -c-6`