From e182433fd4b41c7cf7b4e509e047af371a8edb55 Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sun, 12 Apr 2020 19:03:17 +0200 Subject: [PATCH] add instructions to sys-apps/fand --- sys-apps/fand/fand-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys-apps/fand/fand-9999.ebuild b/sys-apps/fand/fand-9999.ebuild index fe09b09..4b5f19e 100644 --- a/sys-apps/fand/fand-9999.ebuild +++ b/sys-apps/fand/fand-9999.ebuild @@ -26,3 +26,9 @@ src_install() { systemd_dounit fand.service } + +pkg_postinst() { + elog "Before enabling the service, create a configuration file:" + elog "# cp /etc/${PN}/config.json.example /etc/${PN}/config.json" + elog "and edit its contents to match your hardware." +}