From 0de0b6d27932bf5f25add129374a641ba8957823 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 2 Aug 2017 14:23:06 -0400 Subject: maint-scripts: treat 'emacs' as a first class flavour The idea is that we will (eventually) collapse the emacsNN flavours into emacs. --- emacsen-common/install | 3 --- emacsen-common/remove | 3 --- 2 files changed, 6 deletions(-) (limited to 'emacsen-common') diff --git a/emacsen-common/install b/emacsen-common/install index 2e11984..2d29e75 100755 --- a/emacsen-common/install +++ b/emacsen-common/install @@ -7,9 +7,6 @@ ELPA_DIR=#ELPAPACKAGE#-#ELPAVERSION# FLAVOR=$1 case $FLAVOR in - emacs) - exit 0 - ;; emacs2[0123]*) echo install/${ELPA_DIR}: Skipping obsolete emacs ${FLAVOR} exit 0 diff --git a/emacsen-common/remove b/emacsen-common/remove index 56ba5b6..f16c00b 100755 --- a/emacsen-common/remove +++ b/emacsen-common/remove @@ -10,9 +10,6 @@ elc_dir="${elpa_root}/${ELPA_DIR}" FLAVOR=$1 case $FLAVOR in - emacs) - exit 0 - ;; emacs2[0123]*) echo remove/${ELPA_DIR}: Skipping obsolete emacs ${FLAVOUR} exit 0 -- cgit v1.2.3