summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2022-09-17 10:00:05 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-09-17 10:00:05 -0700
commit47bd676d92bbb3fa2c554a503af807ec38415e66 (patch)
tree442290e39865a4d285a2fed7c2d6576013b72e9f /x11-themes
parentx11-themes/tela-icon-theme: revbump, remove broken symlinks (diff)
downloadgentoo-47bd676d92bbb3fa2c554a503af807ec38415e66.tar.gz
gentoo-47bd676d92bbb3fa2c554a503af807ec38415e66.tar.bz2
gentoo-47bd676d92bbb3fa2c554a503af807ec38415e66.zip
x11-themes/tela-icon-theme: sync live ebuild
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
index 8396dac63033..8c860c8bc138 100644
--- a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
+++ b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit edo
+
# eg. 20211225 -> 2021-12-25
MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
MY_PN="${PN^}"
@@ -62,7 +64,7 @@ src_install() {
# installs broken symlink (by design, but we remove it due to QA warnings)
# https://bugs.gentoo.org/830467
- find "${ED}" -xtype l -name uav.svg -delete || die "removing broken symlinks failed"
+ edob find "${ED}" -xtype l -print -delete
einstalldocs
}