diff options
Diffstat (limited to 'xfce-extra/xfce4-notifyd')
-rw-r--r-- | xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 } |