summaryrefslogtreecommitdiff
path: root/emacsen-common/remove
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2017-08-02 14:23:06 -0400
committerDavid Bremner <bremner@debian.org>2017-08-02 14:38:26 -0400
commit0de0b6d27932bf5f25add129374a641ba8957823 (patch)
tree4932d72affd73ea4a600586cef9a125252240e2d /emacsen-common/remove
parentb556f15076ac7ddfc503bca2fceceee3c2759a88 (diff)
maint-scripts: treat 'emacs' as a first class flavour
The idea is that we will (eventually) collapse the emacsNN flavours into emacs.
Diffstat (limited to 'emacsen-common/remove')
-rwxr-xr-xemacsen-common/remove3
1 files changed, 0 insertions, 3 deletions
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