summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2022-01-02 19:15:50 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-01-02 19:22:56 -0800
commit45e5ac88dd4e8be9b498e32fc24d126e089c8615 (patch)
tree048ac3e312d7751f1b699fb4612aad056e9e5c01
parentx11-themes/tela-icon-theme: fix broken symlinks (diff)
downloadgentoo-45e5ac88.tar.gz
gentoo-45e5ac88.tar.bz2
gentoo-45e5ac88.zip
x11-themes/tela-icon-theme: sync life ebuild
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild4
1 files changed, 4 insertions, 0 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 c7bfcc393f5c..4a7dbec99539 100644
--- a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
+++ b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild
@@ -59,5 +59,9 @@ src_install() {
hardlink -pot "${ED}/usr/share/icons" || die "hardlink failed"
fi
+ # 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"
+
einstalldocs
}