]> git.pld-linux.org Git - packages/blueman.git/commitdiff
update desktop database
authorJan Palus <atler@pld-linux.org>
Sat, 30 Mar 2024 14:47:42 +0000 (15:47 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 30 Mar 2024 14:47:42 +0000 (15:47 +0100)
blueman.spec

index ff5ed93b46340e7a79e1d061b6d330031a0f4f9a..ae8b3707cc6156ab08319b8fdf63ea64b336562d 100644 (file)
@@ -34,6 +34,7 @@ BuildRequires:        rpmbuild(macros) >= 2.011
 BuildRequires: systemd-units
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Requires(post,postun): desktop-file-utils
 Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): hicolor-icon-theme
 Requires(post,preun,postun):   systemd-units >= 1:250.1
@@ -184,6 +185,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 %update_icon_cache hicolor
+%update_desktop_database_post
 glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %service %{name}-mechanism restart
 %systemd_post %{name}-mechanism.service
@@ -198,6 +200,7 @@ fi
 
 %postun
 %update_icon_cache hicolor
+%update_desktop_database_postun
 glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %systemd_reload
 
This page took 0.055072 seconds and 4 git commands to generate.