diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 19:15:15 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-02 19:22:55 -0800 |
commit | 5bca0d228ca7102806aa555a0f9deaa82146b888 (patch) | |
tree | 72937b48e9e781caf472ab3a8c5562875784a774 /x11-themes | |
parent | sys-devel/gcc: update patchset version for 11.2.1_pN (diff) | |
download | gentoo-5bca0d228ca7102806aa555a0f9deaa82146b888.tar.gz gentoo-5bca0d228ca7102806aa555a0f9deaa82146b888.tar.bz2 gentoo-5bca0d228ca7102806aa555a0f9deaa82146b888.zip |
x11-themes/tela-icon-theme: fix broken symlinks
Closes: https://bugs.gentoo.org/830467
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
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 } |