diff options
-rw-r--r-- | sys-apps/systemd/systemd-254.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys-apps/systemd/systemd-254.ebuild b/sys-apps/systemd/systemd-254.ebuild index e970d5749f17..ebd48fa87fc0 100644 --- a/sys-apps/systemd/systemd-254.ebuild +++ b/sys-apps/systemd/systemd-254.ebuild @@ -380,10 +380,6 @@ multilib_src_install_all() { rm "${ED}"/usr/share/man/man8/{halt,poweroff,reboot,shutdown}.8 || die fi - if ! use resolvconf && ! use sysv-utils && use split-usr; then - rmdir "${ED}${rootprefix}"/sbin || die - fi - # https://bugs.gentoo.org/761763 rm -r "${ED}"/usr/lib/sysusers.d || die |