diff options
author | 2020-06-13 08:45:29 -0400 | |
---|---|---|
committer | 2020-06-13 08:45:47 -0400 | |
commit | 08dada8fa6ba9bef91e87a03ecf433d030dc12ca (patch) | |
tree | bb50f733b40e5d25533494f97b7f16e17ca422d0 /x11-themes | |
parent | x11-misc/i3lock-color: move virtual/pkgconfig to BDEPEND (diff) | |
download | guru-08dada8fa6ba9bef91e87a03ecf433d030dc12ca.tar.gz guru-08dada8fa6ba9bef91e87a03ecf433d030dc12ca.tar.bz2 guru-08dada8fa6ba9bef91e87a03ecf433d030dc12ca.zip |
x11-themes/candy-icon-theme: fix dead symbolic links
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild | 5 | ||||
-rw-r--r-- | x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild b/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild index 5137a111d..1f1499fb7 100644 --- a/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild +++ b/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild @@ -22,6 +22,11 @@ fi LICENSE="GPL-3" SLOT="0" +# dead symbolic links QA +src_prepare() { + find . -xtype l -delete || die +} + src_install() { dodir /usr/share/icons/candy-icons insinto /usr/share/icons/candy-icons diff --git a/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild b/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild index 5137a111d..1f1499fb7 100644 --- a/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild +++ b/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild @@ -22,6 +22,11 @@ fi LICENSE="GPL-3" SLOT="0" +# dead symbolic links QA +src_prepare() { + find . -xtype l -delete || die +} + src_install() { dodir /usr/share/icons/candy-icons insinto /usr/share/icons/candy-icons |