diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild b/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild index c7bfcc393f5c..4a7dbec99539 100644 --- a/x11-themes/tela-icon-theme/tela-icon-theme-20211225.ebuild +++ b/x11-themes/tela-icon-theme/tela-icon-theme-20211225.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 } |