commit 9b4765e4aefe6cf60ce665fd02a0e8dc9f0a435c
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Wed Apr 12 10:34:25 2017 +0200
Update conditionals
steam.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/steam.spec b/steam.spec
index 5501b73..e4d067f 100644
--- a/steam.spec
+++ b/steam.spec
@@ -142,13 +142,13 @@ install -p -m 0644 %{SOURCE4} %{buildroot}%{_datadir}/appdata/
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-%if 0%{?fedora} == 24 || 0%{?fedora} == 23 || 0%{?rhel} == 7
+%if 0%{?fedora} == 24 || 0%{?rhel} == 7
/usr/bin/update-desktop-database &> /dev/null || :
%endif
%firewalld_reload
%postun
-%if 0%{?fedora} == 24 || 0%{?fedora} == 23 || 0%{?rhel} == 7
+%if 0%{?fedora} == 24 || 0%{?rhel} == 7
/usr/bin/update-desktop-database &> /dev/null || :
%endif
if [ $1 -eq 0 ] ; then
Show replies by date