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 <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2021-09-26 20:32:44 +02:00
parent b69cb7d632
commit 5cacda7aa6

View File

@@ -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
}