commit: 7228eca4c8afd6afd92b4bac2eea426357833302
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 12:13:18 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 12:13:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7228eca4
sys-boot/unetbootin: Call xdg_icon_cache_update
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
.../{unetbootin-677.ebuild => unetbootin-677-r1.ebuild} | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
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 9742705bd49..0a9a25ac467 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
+}