diff options
Diffstat (limited to 'sys-libs/glibc/glibc-2.28-r6.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.28-r6.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-libs/glibc/glibc-2.28-r6.ebuild b/sys-libs/glibc/glibc-2.28-r6.ebuild index ec171e220187..d39698a15a8d 100644 --- a/sys-libs/glibc/glibc-2.28-r6.ebuild +++ b/sys-libs/glibc/glibc-2.28-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -1393,10 +1393,6 @@ pkg_postinst() { fi if ! is_crosscompile && [[ ${ROOT} == "/" ]] ; then - # Reload init ... if in a chroot or a diff init package, ignore - # errors from this step #253697 - /sbin/telinit U 2>/dev/null - use compile-locales || run_locale_gen "${EROOT}" fi |