summaryrefslogtreecommitdiff
path: root/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-17 23:18:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-17 23:18:13 +0100
commita0d1bdbd841fa761e38f468e1009cd058af305fd (patch)
tree7e025c4f7b68d5b31d24058f9e029c18da4db031 /x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
parent5b9522db2ae57aa61163fb9aff331742e9e22330 (diff)
gentoo auto-resync : 17:09:2022 - 23:18:12
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
}