diff options
author | Jani Välimaa <wally@mageia.org> | 2019-12-27 23:46:01 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2019-12-27 23:46:01 +0200 |
commit | 94a5f5359bc923cc2e0d12b13a39acfd1c074fe3 (patch) | |
tree | 2ab67c126cd8c30c92f6198fb70d95f740327d4b | |
parent | 17f1e90249905d039f9d33ab80c90093461c3f01 (diff) | |
download | rpm-setup-94a5f5359bc923cc2e0d12b13a39acfd1c074fe3.tar rpm-setup-94a5f5359bc923cc2e0d12b13a39acfd1c074fe3.tar.gz rpm-setup-94a5f5359bc923cc2e0d12b13a39acfd1c074fe3.tar.bz2 rpm-setup-94a5f5359bc923cc2e0d12b13a39acfd1c074fe3.tar.xz rpm-setup-94a5f5359bc923cc2e0d12b13a39acfd1c074fe3.zip |
build.macros: drop more unused macros
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | build.macros.in | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -2,6 +2,9 @@ - __chkconfig - __service - _update_menus_bin + - _update_desktop_database_bin + - _update_mime_database_bin + - _scrollkeeper_bin - post_install_gconf_schemas - update_menus - clean_menus diff --git a/build.macros.in b/build.macros.in index 1d0f3ce..6d9b1a2 100644 --- a/build.macros.in +++ b/build.macros.in @@ -3,11 +3,8 @@ %build_sysmacrospath() %{_sys_macros_dir}/%{?1:%{1}}%{?!1:%{name}}.macros # Various programs used in rpm scripts -%_update_desktop_database_bin %{_bindir}/update-desktop-database -%_update_mime_database_bin %{_bindir}/update-mime-database %_update_icon_cache_bin %{_bindir}/gtk-update-icon-cache %_gconftool_bin %{_bindir}/gconftool-2 -%_scrollkeeper_bin %{_bindir}/scrollkeeper-update #============================================================================== # ---- Required rpmrc macros. |