summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-13 05:07:34 +0000
committerSam James <sam@gentoo.org>2021-11-13 05:07:57 +0000
commitefec3dad076d9d8498c7f81231f33c258c0c8d89 (patch)
treef4d5f1f6a4f007d7d48d19cd3d3d114bbd037640 /sys-apps/openrc
parentsys-apps/openrc: 0.44.8 bump (diff)
downloadgentoo-efec3dad076d9d8498c7f81231f33c258c0c8d89.tar.gz
gentoo-efec3dad076d9d8498c7f81231f33c258c0c8d89.tar.bz2
gentoo-efec3dad076d9d8498c7f81231f33c258c0c8d89.zip
sys-apps/openrc: drop obsolete copy/workaround (sync live)
Already dropped in release, just syncing live. See: https://forums.gentoo.org/viewtopic-t-1144644.html Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r--sys-apps/openrc/openrc-9999.ebuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild
index 2c2da59b7499..c1adfbae4a59 100644
--- a/sys-apps/openrc/openrc-9999.ebuild
+++ b/sys-apps/openrc/openrc-9999.ebuild
@@ -137,13 +137,6 @@ pkg_postinst() {
elog "# rc-update add consolefont boot"
fi
- # Added for 0.35.
- if [[ ! -h "${EROOT}"/lib ]]; then
- if [[ -d "${EROOT}/$(get_libdir)"/rc ]]; then
- cp -RPp "${EROOT}/$(get_libdir)/rc" "${EROOT}"/lib
- fi
- fi
-
if ! use newnet && ! use netifrc; then
ewarn "You have emerged OpenRc without network support. This"
ewarn "means you need to SET UP a network manager such as"