diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-04-11 13:59:14 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-04-11 13:59:52 +0200 |
commit | 79230d7997e8f3960cc6c95223eddeb92aa12590 (patch) | |
tree | ba0fa4ed4fb03697ab41476d7391cf565bc97171 /app-editors/emacs/emacs-28.0.9999.ebuild | |
parent | net-misc/gerbera: Bump to 1.8.0, add ~arm64 (diff) | |
download | gentoo-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-28.0.9999.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-28.0.9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app-editors/emacs/emacs-28.0.9999.ebuild b/app-editors/emacs/emacs-28.0.9999.ebuild index f29bffb7c8c9..80e296098e70 100644 --- a/app-editors/emacs/emacs-28.0.9999.ebuild +++ b/app-editors/emacs/emacs-28.0.9999.ebuild @@ -416,9 +416,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 |