aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2019-12-27 23:46:01 +0200
committerJani Välimaa <wally@mageia.org>2019-12-27 23:46:01 +0200
commit94a5f5359bc923cc2e0d12b13a39acfd1c074fe3 (patch)
tree2ab67c126cd8c30c92f6198fb70d95f740327d4b
parent17f1e90249905d039f9d33ab80c90093461c3f01 (diff)
downloadrpm-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--NEWS3
-rw-r--r--build.macros.in3
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 42038d2..e1a19a1 100644
--- a/NEWS
+++ b/NEWS
@@ -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.