From 6691111d36bfbb788c7825f1c3f9dbd9040b0ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?= Date: Wed, 7 Feb 2024 02:07:41 +0000 Subject: [PATCH] app-text/lorien-bin: update desktop files after merge/unmerge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gonçalo Negrier Duarte --- app-text/lorien-bin/lorien-bin-0.6.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-text/lorien-bin/lorien-bin-0.6.0.ebuild b/app-text/lorien-bin/lorien-bin-0.6.0.ebuild index 4a6f3b9e76..426b11c8a9 100644 --- a/app-text/lorien-bin/lorien-bin-0.6.0.ebuild +++ b/app-text/lorien-bin/lorien-bin-0.6.0.ebuild @@ -36,3 +36,7 @@ pkg_postinst() { ewarn "You also have a copy of the manual in /opt/Lorien/manual_v${PV}.md" ewarn "Note: The manual is writen in Markdown format" } + +pkg_postrm() { + xdg_desktop_database_update +}