diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-13 13:35:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-13 14:10:52 +0200 |
commit | 7989678cad4e82e3f95a76ffb348d0929368b861 (patch) | |
tree | 271ef39b9f916081f67c2d8d6e2b2847b1c65639 /xfce-extra | |
parent | xfce-extra/xfce4-xkb-plugin: Strip .la files (diff) | |
download | gentoo-7989678cad4e82e3f95a76ffb348d0929368b861.tar.gz gentoo-7989678cad4e82e3f95a76ffb348d0929368b861.tar.bz2 gentoo-7989678cad4e82e3f95a76ffb348d0929368b861.zip |
xfce-extra/xfce4-notifyd: Strip .la files
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-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 } |