summaryrefslogtreecommitdiff
path: root/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild')
-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
}