From 76572b25a75c1e207866cc49b3b834f0824627ab Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Thu, 7 Mar 2024 07:39:18 +0400 Subject: [PATCH] x11-misc/i3-restore: add einfo with link to alternative software Signed-off-by: Vitaly Zdanevich --- x11-misc/i3-restore/i3-restore-4.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/i3-restore/i3-restore-4.1.ebuild b/x11-misc/i3-restore/i3-restore-4.1.ebuild index 5b81eef559..2d3d1965b9 100644 --- a/x11-misc/i3-restore/i3-restore-4.1.ebuild +++ b/x11-misc/i3-restore/i3-restore-4.1.ebuild @@ -50,4 +50,5 @@ src_install() { pkg_postinst() { elog "Usage: i3-save and i3-restore" elog "See the documentation about automatic saving and restoring https://github.com/jdholtz/i3-restore/?tab=readme-ov-file#automating-the-script" + elog "Alternative software: https://github.com/JonnyHaystack/i3-resurrect" }