commit 859baf369c8820fd087fc5a4855dcdf98de3e623
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Thu Oct 11 09:51:23 2018 +0200
rpmlint fixes
steam.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/steam.spec b/steam.spec
index 3556ea6..b426da8 100644
--- a/steam.spec
+++ b/steam.spec
@@ -167,8 +167,9 @@ install -p -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/appdata/
%endif
%firewalld_reload
-%postun
%if 0%{?rhel} == 7
+
+%postun
/usr/bin/update-desktop-database &> /dev/null || :
if [ $1 -eq 0 ] ; then
@@ -178,6 +179,7 @@ fi
%posttrans
%{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
%endif
%files
Show replies by date