From 5cacda7aa68b1042fce4e9bfb6dcae542fb83f8f Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 26 Sep 2021 20:32:44 +0200 Subject: sys-cluster/ploop: fix tmpfiles Closes: https://bugs.gentoo.org/810913 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- sys-cluster/ploop/ploop-1.14.1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sys-cluster/ploop') diff --git a/sys-cluster/ploop/ploop-1.14.1.ebuild b/sys-cluster/ploop/ploop-1.14.1.ebuild index adb736dd7bd0..3e65c0a61516 100644 --- a/sys-cluster/ploop/ploop-1.14.1.ebuild +++ b/sys-cluster/ploop/ploop-1.14.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs multilib systemd +inherit eutils toolchain-funcs multilib systemd tmpfiles DESCRIPTION="openvz tool and a library to control ploop block devices" HOMEPAGE="https://wiki.openvz.org/Download/ploop" @@ -58,3 +58,7 @@ src_install() { default ldconfig -n "${D}/usr/$(get_libdir)/" || die } + +pkg_postinst() { + tmpfiles_process ploop.conf +} -- cgit v1.2.3-65-gdbad