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 +}