sys-boot/unetbootin: Call xdg_icon_cache_update
authorJeroen Roovers <jer@gentoo.org>
Tue, 21 Jan 2020 12:13:18 +0000 (13:13 +0100)
committerJeroen Roovers <jer@gentoo.org>
Tue, 21 Jan 2020 12:13:31 +0000 (13:13 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
sys-boot/unetbootin/unetbootin-677-r1.ebuild [moved from sys-boot/unetbootin/unetbootin-677.ebuild with 93% similarity]

similarity index 93%
rename from sys-boot/unetbootin/unetbootin-677.ebuild
rename to sys-boot/unetbootin/unetbootin-677-r1.ebuild
index 9742705bd495f4cbdf1dadcc5ca457b2284db788..0a9a25ac4678ad1b6a301bb368c9497fa5486213 100644 (file)
@@ -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
+}