mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-boot/unetbootin: Call xdg_icon_cache_update
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user