diff options
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." |