]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
update desktop database
authorJan Palus <atler@pld-linux.org>
Tue, 13 Jun 2023 18:39:49 +0000 (20:39 +0200)
committerJan Palus <jpalus@fastmail.com>
Tue, 13 Jun 2023 18:39:49 +0000 (20:39 +0200)
wireshark.spec

index 66b1552eee2efddaaa04bb0046a20c144c779102..efcb9263d1e580291ad93456e885d35e9f56b065 100644 (file)
@@ -82,6 +82,7 @@ BuildRequires:        libstdc++-devel >= 6:5
 BuildRequires: qt5-build >= %{qt_ver}
 BuildRequires: qt5-linguist >= %{qt_ver}
 %endif
+Requires(post,postun): desktop-file-utils
 Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): shared-mime-info
 Requires:      Qt5Core >= %{qt_ver}
@@ -308,10 +309,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %pre
 %update_icon_cache hicolor
+%update_desktop_database
 %update_mime_database
 
 %postun
 %update_icon_cache hicolor
+%update_desktop_database
 %update_mime_database
 
 %pre   common
This page took 0.063134 seconds and 4 git commands to generate.