commit: a0aad31890cd4845041e58a619b951c6f157e3b7 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Thu May 29 06:46:00 2025 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Thu May 29 06:46:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0aad318
x11-wm/lumina: call xdg_pkg_postinst Closes: https://bugs.gentoo.org/956423 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> x11-wm/lumina/lumina-1.6.2-r4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/lumina/lumina-1.6.2-r4.ebuild b/x11-wm/lumina/lumina-1.6.2-r4.ebuild index 2c7d206baf40..c0f5a86ab5b3 100644 --- a/x11-wm/lumina/lumina-1.6.2-r4.ebuild +++ b/x11-wm/lumina/lumina-1.6.2-r4.ebuild @@ -92,6 +92,7 @@ src_install() { } pkg_postinst() { + xdg_pkg_postinst optfeature_header "Additional runtime features:" optfeature "screensaver support" x11-misc/xscreensaver }
