diff options
author | David Seifert <soap@gentoo.org> | 2021-03-07 17:45:32 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 17:45:32 +0100 |
commit | 4df23e9d7553956975e49bf7a47a0af833d03287 (patch) | |
tree | 2ba67d91398c28122b78bd49b0b7d9518b119337 /sys-power/apcupsd | |
parent | net-im/swift: fix compilation with installed dev-libs/libedit (diff) | |
download | gentoo-4df23e9d7553956975e49bf7a47a0af833d03287.tar.gz gentoo-4df23e9d7553956975e49bf7a47a0af833d03287.tar.bz2 gentoo-4df23e9d7553956975e49bf7a47a0af833d03287.zip |
sys-power/apcupsd: Call tmpfiles_process
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-power/apcupsd')
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.14.13.ebuild | 2 | ||||
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
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." |