summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-06-18 14:19:20 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-06-18 14:22:53 +0200
commit5414b33db60e7cab75f9f198009ecd4c274fbdce (patch)
tree92ff80318e2abc068386bc97553dacbfc8fa4ae0 /app-text/dictd/dictd-1.13.0-r7.ebuild
parentdev-ruby/rmagick: avoid runtime dependency on pkg-config (diff)
downloadgentoo-5414b33db60e7cab75f9f198009ecd4c274fbdce.tar.gz
gentoo-5414b33db60e7cab75f9f198009ecd4c274fbdce.tar.bz2
gentoo-5414b33db60e7cab75f9f198009ecd4c274fbdce.zip
app-text/dictd: add missing call to readme.gentoo_print_elog in pkg_postinst
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text/dictd/dictd-1.13.0-r7.ebuild')
-rw-r--r--app-text/dictd/dictd-1.13.0-r7.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/dictd/dictd-1.13.0-r7.ebuild b/app-text/dictd/dictd-1.13.0-r7.ebuild
index 92b0cb5bd7c5..b599d0c715ee 100644
--- a/app-text/dictd/dictd-1.13.0-r7.ebuild
+++ b/app-text/dictd/dictd-1.13.0-r7.ebuild
@@ -121,6 +121,7 @@ src_install() {
}
pkg_postinst() {
+ readme.gentoo_print_elog
if has_version sys-apps/systemd; then
ewarn "The default location for dicts has changed! If you've modified your"
ewarn "systemd units locally to point into /usr/lib/dict, please update it"