diff options
-rw-r--r-- | app-admin/logrotate/logrotate-3.18.1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-admin/logrotate/logrotate-3.18.1.ebuild b/app-admin/logrotate/logrotate-3.18.1.ebuild index 254aa29f735..b422c0e89da 100644 --- a/app-admin/logrotate/logrotate-3.18.1.ebuild +++ b/app-admin/logrotate/logrotate-3.18.1.ebuild @@ -83,10 +83,7 @@ pkg_postinst() { move_old_state_file - elog "If you are running systemd you might need to run:" - elog "systemd-tmpfiles --create /usr/lib/tmpfiles.d/logrotate.conf" - elog "in order to create the new location of the logrotate state file" - elog + tmpfiles_process ${PN}.conf if [[ -z ${REPLACING_VERSIONS} ]] ; then elog "If you wish to have logrotate e-mail you updates, please" |