commit: 4df23e9d7553956975e49bf7a47a0af833d03287
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 16:45:32 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 16:45:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df23e9d
sys-power/apcupsd: Call tmpfiles_process
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-power/apcupsd/apcupsd-3.14.13.ebuild | 2 ++
sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/sys-power/apcupsd/apcupsd-3.14.13.ebuild
b/sys-power/apcupsd/apcupsd-3.14.13.ebuild
index 0b3e1741413..b3489084c86 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 d3d3a89e00d..85882863d8e 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."