diff options
author | William Hubbs <williamh@gentoo.org> | 2023-08-22 11:09:49 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2023-08-22 11:09:49 -0500 |
commit | e0a880ff74077542a5948257e43af4a3251e0abd (patch) | |
tree | a54e5ed2cad891fdd59b409c7aea8b800777c888 /sys-apps | |
parent | sys-apps/baselayout: remove 2.4 and 2.6 migration code (diff) | |
download | gentoo-e0a880ff74077542a5948257e43af4a3251e0abd.tar.gz gentoo-e0a880ff74077542a5948257e43af4a3251e0abd.tar.bz2 gentoo-e0a880ff74077542a5948257e43af4a3251e0abd.zip |
sys-apps/baselayout: sync live
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/baselayout/baselayout-9999.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild index a588c68f51e9..9e5d229d2ea4 100644 --- a/sys-apps/baselayout/baselayout-9999.ebuild +++ b/sys-apps/baselayout/baselayout-9999.ebuild @@ -343,23 +343,6 @@ pkg_postinst() { ewarn "You should reboot now to get /run mounted with tmpfs!" fi - for x in ${REPLACING_VERSIONS}; do - if ver_test 2.4 -lt ${x}; then - ewarn "After updating ${EROOT}/etc/profile, please run" - ewarn "env-update && . /etc/profile" - fi - - if ver_test 2.6 -lt ${x}; then - ewarn "Please run env-update then log out and back in to" - ewarn "update your path." - fi - # clean up after 2.5 typos - # https://bugs.gentoo.org/show_bug.cgi?id=656380 - if [[ ${x} == 2.5 ]]; then - rm -fr "${EROOT}/{,usr" || die - fi - done - if [[ -e "${EROOT}"/etc/env.d/00basic ]]; then ewarn "${EROOT}/etc/env.d/00basic is now ${EROOT}/etc/env.d/50baselayout" ewarn "Please migrate your changes." |