mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user