diff options
author | Theo Anderson <telans@posteo.de> | 2020-11-25 23:51:55 +1300 |
---|---|---|
committer | Theo Anderson <telans@posteo.de> | 2020-11-25 23:51:55 +1300 |
commit | af41bcad5bd2086bfcdcc3cbec8e65a0e173fb6c (patch) | |
tree | fa542dd6e1d5f4bf24addaff792c77dd5a4da7ed /x11-themes | |
parent | games-util/legendary: Delete old ebuild. (diff) | |
download | guru-af41bcad5bd2086bfcdcc3cbec8e65a0e173fb6c.tar.gz guru-af41bcad5bd2086bfcdcc3cbec8e65a0e173fb6c.tar.bz2 guru-af41bcad5bd2086bfcdcc3cbec8e65a0e173fb6c.zip |
*/*: migrate to xdg.eclass from xdg-utils.eclass
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild index 6354e733c..036d30034 100644 --- a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild +++ b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit xdg-utils +inherit xdg MY_COMMIT="aee10fc647fd0cdb8ef9907ae3ee42c1bea5d976" @@ -34,11 +34,3 @@ src_install() { default } - -pkg_postinst() { - use icons && xdg_icon_cache_update -} - -pkg_postrm() { - use icons && xdg_icon_cache_update -} |