commit: 6691111d36bfbb788c7825f1c3f9dbd9040b0ead
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Wed Feb 7 02:07:41 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Feb 7 02:07:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6691111d
app-text/lorien-bin: update desktop files after merge/unmerge
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
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
+}