From 4df23e9d7553956975e49bf7a47a0af833d03287 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 7 Mar 2021 17:45:32 +0100 Subject: sys-power/apcupsd: Call tmpfiles_process Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: David Seifert --- sys-power/apcupsd/apcupsd-3.14.13.ebuild | 2 ++ sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild | 2 ++ 2 files changed, 4 insertions(+) (limited to 'sys-power/apcupsd') diff --git a/sys-power/apcupsd/apcupsd-3.14.13.ebuild b/sys-power/apcupsd/apcupsd-3.14.13.ebuild index 0b3e17414135..b3489084c867 100644 --- a/sys-power/apcupsd/apcupsd-3.14.13.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.13.ebuild @@ -106,6 +106,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process ${PN}-tmpfiles.conf + if use cgi; then elog "The cgi-bin directory for ${PN} is /usr/libexec/${PN}/cgi-bin." elog "Set up your ScriptAlias or symbolic links accordingly." diff --git a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild index d3d3a89e00d8..85882863d8e3 100644 --- a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild @@ -106,6 +106,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process ${PN}-tmpfiles.conf + if use cgi; then elog "The cgi-bin directory for ${PN} is /usr/libexec/${PN}/cgi-bin." elog "Set up your ScriptAlias or symbolic links accordingly." -- cgit v1.2.3-65-gdbad