]> git.pld-linux.org Git - packages/handbrake.git/commitdiff
update desktop database
authorJan Palus <atler@pld-linux.org>
Sun, 1 Oct 2023 07:09:03 +0000 (09:09 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 1 Oct 2023 07:09:03 +0000 (09:09 +0200)
handbrake.spec

index 40016207a07692a46570de391f7dadcd6d4df362..c2caa73eea9a8f933e3b3a691a6f0fff2e1cf3e2 100644 (file)
@@ -64,6 +64,7 @@ multi-threaded transcoder, available for MacOS X, Linux and Windows.
 %package gui
 Summary:       A program to transcode DVDs and other sources to MPEG-4 and MKV
 Group:         Applications/Multimedia
+Requires(post,postun): desktop-file-utils
 Requires:      gstreamer-plugins-bad
 Requires:      gstreamer-plugins-ugly
 Requires:      gtk+3
@@ -137,9 +138,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %post gui
 %update_icon_cache hicolor
+%update_desktop_database_post
 
 %postun gui
 %update_icon_cache hicolor
+%update_desktop_database_postun
 
 %files gui -f ghb.lang
 %defattr(644,root,root,755)
This page took 0.182855 seconds and 4 git commands to generate.