diff --git a/strawberry.changes b/strawberry.changes
index 80c0da3..1948929 100644
--- a/strawberry.changes
+++ b/strawberry.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Fri Jul  6 17:58:56 UTC 2018 - jonas@jkvinge.net
+
+- Add back update-desktop-files
+
 -------------------------------------------------------------------
 Fri Jul  6 17:32:28 UTC 2018 - jonas@jkvinge.net
 
diff --git a/strawberry.spec b/strawberry.spec
index 14072f3..ef3c326 100644
--- a/strawberry.spec
+++ b/strawberry.spec
@@ -66,6 +66,7 @@ BuildRequires:  pkgconfig(sqlite3) >= 3.7
 BuildRequires:  pkgconfig(taglib) >= 1.11
 BuildRequires:  pkgconfig(libxine)
 BuildRequires:  pkgconfig(libvlc)
+BuildRequires:  update-desktop-files
 %if 0%{?suse_version} < 1500
 Requires(post): update-desktop-files
 Requires(post): gtk3-tools
@@ -99,18 +100,14 @@ make %{?_smp_mflags}
 %install
 %cmake_install
 
-%if 0%{?suse_version} < 1500
 %suse_update_desktop_file strawberry Qt AudioVideo Audio Player
-%endif
 
-%post
 %if 0%{?suse_version} < 1500
+%post
 %desktop_database_post
 %icon_theme_cache_post
-%endif
 
 %postun
-%if 0%{?suse_version} < 1500
 %desktop_database_postun
 %icon_theme_cache_postun
 %endif