commit: b9eebf413c2dee318e8850a4bb6a87b6e41f97f8
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Sep 4 23:25:14 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 4 23:25:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9eebf41
app-admin/hiprompt-gtk: remove prompter config message, it is default
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
app-admin/hiprompt-gtk/hiprompt-gtk-0.9-r1.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/app-admin/hiprompt-gtk/hiprompt-gtk-0.9-r1.ebuild
b/app-admin/hiprompt-gtk/hiprompt-gtk-0.9-r1.ebuild
index 90fc28909e..41e050e293 100644
--- a/app-admin/hiprompt-gtk/hiprompt-gtk-0.9-r1.ebuild
+++ b/app-admin/hiprompt-gtk/hiprompt-gtk-0.9-r1.ebuild
@@ -42,9 +42,3 @@ QA_FLAGS_IGNORED=".*"
src_configure() {
export PREFIX=/usr
}
-
-pkg_postinst() {
- elog "Add the following to himitsu's config.ini:"
- elog "[himitsud]"
- elog "prompter=hiprompt-gtk"
-}