kde-frameworks/breeze-icons: update icon cache

Signed-off-by: Francesco Turco <mail@fturco.net>
Closes: https://github.com/gentoo/gentoo/pull/16677
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Francesco Turco
2020-07-12 14:40:10 +02:00
committed by Andreas Sturmlechner
parent 5d170a453d
commit b616e3a64b
2 changed files with 18 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=7
PVCUT=$(ver_cut 1-2)
inherit cmake kde.org
inherit cmake kde.org xdg-utils
DESCRIPTION="Breeze SVG icon theme"
LICENSE="LGPL-3"
@@ -31,3 +31,11 @@ src_configure() {
)
cmake_src_configure
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}

View File

@@ -4,7 +4,7 @@
EAPI=7
PVCUT=$(ver_cut 1-2)
inherit cmake kde.org
inherit cmake kde.org xdg-utils
DESCRIPTION="Breeze SVG icon theme"
LICENSE="LGPL-3"
@@ -31,3 +31,11 @@ src_configure() {
)
cmake_src_configure
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}