Diff elementary-xfce-icon-theme-0.15.2 with a elementary-xfce-icon-theme-0.16

/usr/portage/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.16.ebuild 2023-10-09 14:52:35.988368514 +0300
1 1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
inherit xdg-utils toolchain-funcs
6
inherit xdg toolchain-funcs
7 7

  
8 8
MY_P="${PN%-icon-theme}-${PV}"
9 9
DESCRIPTION="Elementary icons forked from upstream, extended and maintained for Xfce"
......
40 40
	# delete dangling doc links
41 41
	find -L "${D}" -type l -delete || die
42 42
}
43

  
44
pkg_postinst() {
45
	xdg_icon_cache_update
46
}
47

  
48
pkg_postrm() {
49
	xdg_icon_cache_update
50
}
Thank you!