Accepting request 1174480 from home:rfrohl:branches:network:utilities
remove '%license COPYING' from the %post(un) ui-qt sections OBS-URL: https://build.opensuse.org/request/show/1174480 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=435
This commit is contained in:
parent
6c13d9a67f
commit
f26cdc9bd9
@ -233,6 +233,14 @@ getent group wireshark >/dev/null || groupadd -r wireshark
|
||||
%set_permissions %{_bindir}/dumpcap
|
||||
exit 0
|
||||
|
||||
%post ui-qt
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun ui-qt
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%ldconfig_scriptlets -n %{libutil}
|
||||
%ldconfig_scriptlets -n %{libwire}
|
||||
%ldconfig_scriptlets -n %{libtap}
|
||||
@ -287,14 +295,4 @@ exit 0
|
||||
%{_datadir}/mime/packages/%{org_name}.xml
|
||||
%{_datadir}/metainfo/%{org_name}.metainfo.xml
|
||||
|
||||
%post ui-qt
|
||||
%license COPYING
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun ui-qt
|
||||
%license COPYING
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user