mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Andreas Sturmlechner
parent
5d170a453d
commit
b616e3a64b
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user