summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-13 13:34:53 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-13 14:10:50 +0200
commit7ce3c66b59933bf7962038eb5665c597ffb84809 (patch)
tree506b6c7b42eafccfab7098e26ec289fb5bfcfede
parentxfce-extra/xfce4-weather-plugin: Strip .la files (diff)
downloadgentoo-7ce3c66b.tar.gz
gentoo-7ce3c66b.tar.bz2
gentoo-7ce3c66b.zip
xfce-extra/xfce4-windowck-plugin: Strip .la files
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.ebuild b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.ebuild
index 48bc0eb09e84..1731f9cec343 100644
--- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.ebuild
+++ b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.ebuild
@@ -38,6 +38,11 @@ src_prepare() {
default
}
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
+
pkg_postinst() {
xdg_icon_cache_update
}