From 7228eca4c8afd6afd92b4bac2eea426357833302 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 21 Jan 2020 13:13:18 +0100 Subject: [PATCH] sys-boot/unetbootin: Call xdg_icon_cache_update Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers --- ...{unetbootin-677.ebuild => unetbootin-677-r1.ebuild} | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) rename sys-boot/unetbootin/{unetbootin-677.ebuild => unetbootin-677-r1.ebuild} (93%) diff --git a/sys-boot/unetbootin/unetbootin-677.ebuild b/sys-boot/unetbootin/unetbootin-677-r1.ebuild similarity index 93% rename from sys-boot/unetbootin/unetbootin-677.ebuild rename to sys-boot/unetbootin/unetbootin-677-r1.ebuild index 9742705bd495..0a9a25ac4678 100644 --- a/sys-boot/unetbootin/unetbootin-677.ebuild +++ b/sys-boot/unetbootin/unetbootin-677-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop flag-o-matic qmake-utils +inherit desktop flag-o-matic qmake-utils xdg-utils DESCRIPTION="UNetbootin installs Linux/BSD distributions to a partition or USB drive" HOMEPAGE="https://github.com/unetbootin/unetbootin" @@ -101,3 +101,11 @@ src_install() { fi done } + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} -- 2.26.2