summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-04-11 13:59:14 +0200
committerUlrich Müller <ulm@gentoo.org>2021-04-11 13:59:52 +0200
commit79230d7997e8f3960cc6c95223eddeb92aa12590 (patch)
treeba0fa4ed4fb03697ab41476d7391cf565bc97171 /app-editors/emacs/emacs-27.2.ebuild
parentnet-misc/gerbera: Bump to 1.8.0, add ~arm64 (diff)
downloadgentoo-79230d7997e8f3960cc6c95223eddeb92aa12590.tar.gz
gentoo-79230d7997e8f3960cc6c95223eddeb92aa12590.tar.bz2
gentoo-79230d7997e8f3960cc6c95223eddeb92aa12590.zip
app-editors/emacs: Remove compatibility code in pkg_postinst
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs/emacs-27.2.ebuild')
-rw-r--r--app-editors/emacs/emacs-27.2.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/app-editors/emacs/emacs-27.2.ebuild b/app-editors/emacs/emacs-27.2.ebuild
index d7bfdd69550d..c3f5c07c1496 100644
--- a/app-editors/emacs/emacs-27.2.ebuild
+++ b/app-editors/emacs/emacs-27.2.ebuild
@@ -432,9 +432,6 @@ pkg_postinst() {
# force an update of the emacs symlink for the livecd/dvd,
# because some microemacs packages set it with USE=livecd
eselect emacs update
- elif [[ $(readlink "${EROOT}"/usr/bin/emacs) = ${EMACS_SUFFIX} ]]; then
- # refresh symlinks in case any installed files have changed
- eselect emacs set ${EMACS_SUFFIX}
else
eselect emacs update ifunset
fi