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
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')
-rw-r--r--app-text/dictd/dictd-1.13.0-r7.ebuild1
-rw-r--r--app-text/dictd/dictd-1.13.0-r8.ebuild1
-rw-r--r--app-text/dictd/dictd-1.13.1.ebuild1
3 files changed, 3 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"
diff --git a/app-text/dictd/dictd-1.13.0-r8.ebuild b/app-text/dictd/dictd-1.13.0-r8.ebuild
index 7e2ec11bfbac..fcb90d14d7c8 100644
--- a/app-text/dictd/dictd-1.13.0-r8.ebuild
+++ b/app-text/dictd/dictd-1.13.0-r8.ebuild
@@ -124,6 +124,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"
diff --git a/app-text/dictd/dictd-1.13.1.ebuild b/app-text/dictd/dictd-1.13.1.ebuild
index 72344073f076..f184ca8dfecd 100644
--- a/app-text/dictd/dictd-1.13.1.ebuild
+++ b/app-text/dictd/dictd-1.13.1.ebuild
@@ -122,6 +122,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"