summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <william.hubbs@sony.com>2019-02-27 17:59:21 -0600
committerWilliam Hubbs <williamh@gentoo.org>2019-02-27 18:00:07 -0600
commit67863fd24713024d9d604fe3bdf5f2b6e5ea9354 (patch)
tree221f65ed7c3212af12e27262777d00406ec92fbe /www-apps/trickster-bin
parentgnome-extra/gnome-shell-frippery: bump to 3.28.4 (diff)
downloadgentoo-67863fd24713024d9d604fe3bdf5f2b6e5ea9354.tar.gz
gentoo-67863fd24713024d9d604fe3bdf5f2b6e5ea9354.tar.bz2
gentoo-67863fd24713024d9d604fe3bdf5f2b6e5ea9354.zip
www-apps/trickster-bin: Add log message for the config file
Add a log message advising the user that they will need to edit ${EROOT}/eetc/trickster/trickster.conf when they first install this package. Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'www-apps/trickster-bin')
-rw-r--r--www-apps/trickster-bin/trickster-bin-0.1.7.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/www-apps/trickster-bin/trickster-bin-0.1.7.ebuild b/www-apps/trickster-bin/trickster-bin-0.1.7.ebuild
index 4457b9526e2a..44a02e42fe8e 100644
--- a/www-apps/trickster-bin/trickster-bin-0.1.7.ebuild
+++ b/www-apps/trickster-bin/trickster-bin-0.1.7.ebuild
@@ -34,3 +34,9 @@ systemd_dounit "${FILESDIR}"/trickster.service
keepdir /var/log/${MY_PN}
fowners ${MY_PN}:${MY_PN} /var/log/${MY_PN}
}
+
+pkg_postinst() {
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ elog "Please edit ${EROOT}/etc/trickster/trickster.conf for your setup."
+ fi
+}