commit af8ad25492108e5c0f5707466abfc9532e4f402e
Author: Vascom <vascom2(a)gmail.com>
Date: Thu Apr 13 10:07:31 2017 +0300
Fix owning /usr/share/icons.
pithos.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/pithos.spec b/pithos.spec
index dcbe231..d2b6b3b 100644
--- a/pithos.spec
+++ b/pithos.spec
@@ -64,7 +64,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||
:
%{_datadir}/applications/%{appid}.desktop
%{_datadir}/appdata/%{appid}.appdata.xml
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
-%{_datadir}/icons/hicolor/
+%{_datadir}/icons/hicolor/*/apps/*.png
+%{_datadir}/icons/hicolor/scalable/apps/*.svg
%changelog
* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org>