From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAD6815815E for ; Wed, 7 Feb 2024 10:10:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03695E2A19; Wed, 7 Feb 2024 10:10:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D366E2A1C for ; Wed, 7 Feb 2024 10:10:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B46AF3430C5 for ; Wed, 7 Feb 2024 10:10:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33AB614DA for ; Wed, 7 Feb 2024 10:10:10 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1707271661.6691111d36bfbb788c7825f1c3f9dbd9040b0ead.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/lorien-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/lorien-bin/lorien-bin-0.6.0.ebuild X-VCS-Directories: app-text/lorien-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 6691111d36bfbb788c7825f1c3f9dbd9040b0ead X-VCS-Branch: master Date: Wed, 7 Feb 2024 10:10:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a54ecf1-83d1-4154-96a8-0c1dbb8b1f4d X-Archives-Hash: 27ef1af5550e4085e2a1731b83d157be commit: 6691111d36bfbb788c7825f1c3f9dbd9040b0ead Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Wed Feb 7 02:07:41 2024 +0000 Commit: David Roman gmail 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 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 +}