From: Michał Górny Date: Tue, 13 Aug 2019 11:35:24 +0000 (+0200) Subject: xfce-extra/xfce4-notifyd: Strip .la files X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7989678cad4e82e3f95a76ffb348d0929368b861;p=gentoo.git xfce-extra/xfce4-notifyd: Strip .la files Signed-off-by: Michał Górny --- diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild index fc63975c2ad9..da69a52cf031 100644 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild @@ -27,6 +27,11 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + pkg_postinst() { xdg_icon_cache_update }