summaryrefslogtreecommitdiff
path: root/emacsen-common
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2015-10-22 23:05:47 -0300
committerDavid Bremner <bremner@debian.org>2015-10-22 23:05:47 -0300
commitfbb06dad086043283f4430b5129af0c886aec263 (patch)
treea2ecc424c996bd056f1b5bea1bb536e3e21b1cc4 /emacsen-common
parent705ac4ceb540bf917401a286ec21893e07245078 (diff)
release 0.14: ignore more old versions of emacs
Diffstat (limited to 'emacsen-common')
-rwxr-xr-xemacsen-common/install2
-rwxr-xr-xemacsen-common/remove2
2 files changed, 2 insertions, 2 deletions
diff --git a/emacsen-common/install b/emacsen-common/install
index fe59dcb..9acc3d9 100755
--- a/emacsen-common/install
+++ b/emacsen-common/install
@@ -10,7 +10,7 @@ case $FLAVOR in
emacs)
exit 0
;;
- emacs23*)
+ emacs2[123]*)
echo install/${ELPA_DIR}: Skipping obsolete emacs ${FLAVOR}
exit 0
;;
diff --git a/emacsen-common/remove b/emacsen-common/remove
index 89109fa..391f21e 100755
--- a/emacsen-common/remove
+++ b/emacsen-common/remove
@@ -13,7 +13,7 @@ case $FLAVOR in
emacs)
exit 0
;;
- emacs23)
+ emacs2[123]*)
echo remove/${ELPA_DIR}: Skipping obsolete emacs ${FLAVOUR}
exit 0
;;