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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0347D138350 for ; Wed, 25 Mar 2020 11:17:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A897E09A6; Wed, 25 Mar 2020 11:17:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E737DE09A4 for ; Wed, 25 Mar 2020 11:17:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 213B634F46B for ; Wed, 25 Mar 2020 11:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEF401AA for ; Wed, 25 Mar 2020 11:17:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1585135024.d97be928a8178f6bf03e65543a28e744cd44ca66.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/aseprite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/aseprite/aseprite-1.1.9.ebuild X-VCS-Directories: dev-games/aseprite/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d97be928a8178f6bf03e65543a28e744cd44ca66 X-VCS-Branch: master Date: Wed, 25 Mar 2020 11:17:32 +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: 3a5f4c51-b1e5-4c8d-a1ed-0ce16210ea71 X-Archives-Hash: 790f0bf74e0250bfb99a9dda5eaf9efa commit: d97be928a8178f6bf03e65543a28e744cd44ca66 Author: Joonas Niilola gentoo org> AuthorDate: Wed Mar 25 11:02:10 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Mar 25 11:17:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97be928 dev-games/aseprite: call xdg_icon_cache_update in 1.1.9 Signed-off-by: Joonas Niilola gentoo.org> dev-games/aseprite/aseprite-1.1.9.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-games/aseprite/aseprite-1.1.9.ebuild b/dev-games/aseprite/aseprite-1.1.9.ebuild index 8665940c5bc..85eafdfe692 100644 --- a/dev-games/aseprite/aseprite-1.1.9.ebuild +++ b/dev-games/aseprite/aseprite-1.1.9.ebuild @@ -102,10 +102,12 @@ pkg_postinst() { ewarn "For resizing support enable USE-flag bundled-libs and rebuild package." fi xdg_desktop_database_update + xdg_icon_cache_update xdg_mimeinfo_database_update } pkg_postrm() { xdg_desktop_database_update + xdg_icon_cache_update xdg_mimeinfo_database_update }