diff --git a/packages/sys-apps/openrc/openrc-0.20.5.exheres-0 b/packages/sys-apps/openrc/openrc-0.20.5.exheres-0 index 3ef6e113..7bb22661 100644 --- a/packages/sys-apps/openrc/openrc-0.20.5.exheres-0 +++ b/packages/sys-apps/openrc/openrc-0.20.5.exheres-0 @@ -143,13 +143,6 @@ pkg_postinst() { fi fi - if [[ "${ROOT}" = "/" ]]; then - if ! /usr/$(exhost --target)/libexec/rc/sh/migrate-to-run.sh; then - ewarn "The dependency data could not be migrated to /run/openrc." - ewarn "This means you need to reboot your system." - fi - fi - # update the dependency tree after touching all files #224171 [[ "${ROOT}" = "/" ]] && "${ROOT}usr/$(exhost --target)/libexec"/rc/bin/rc-depend -u