From 590b9b7b03bf4651e099949e318755af7cfa81b8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Aug 2021 22:03:23 +0100 Subject: gentoo resync : 01.08.2021 --- sys-apps/man-db/man-db-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys-apps/man-db/man-db-9999.ebuild') diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild index f5b961755735..e673f4391432 100644 --- a/sys-apps/man-db/man-db-9999.ebuild +++ b/sys-apps/man-db/man-db-9999.ebuild @@ -3,9 +3,9 @@ EAPI=7 -inherit systemd prefix +inherit systemd prefix tmpfiles -DESCRIPTION="a man replacement that utilizes berkdb instead of flat files" +DESCRIPTION="A man replacement that utilizes berkdb instead of flat files" HOMEPAGE="http://www.nongnu.org/man-db/" if [[ "${PV}" = 9999* ]] ; then inherit autotools git-r3 @@ -192,6 +192,8 @@ pkg_preinst() { } pkg_postinst() { + tmpfiles_process man-db.conf + if [[ $(ver_cut 2 ${REPLACING_VERSIONS}) -lt 7 ]] ; then einfo "Rebuilding man-db from scratch with new database format!" su man -s /bin/sh -c 'mandb --quiet --create' 2>/dev/null -- cgit v1.2.3