From 166f1a6306b06f991f9386e99b4862acdce145f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sat, 28 Dec 2019 21:47:23 +0200 Subject: build.macros: drop unused make_session and make_dm_session --- NEWS | 2 ++ build.macros.in | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index e1a19a1..16dac7b 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ - _update_desktop_database_bin - _update_mime_database_bin - _scrollkeeper_bin + - make_session + - make_dm_session - post_install_gconf_schemas - update_menus - clean_menus diff --git a/build.macros.in b/build.macros.in index 6d9b1a2..61c7259 100644 --- a/build.macros.in +++ b/build.macros.in @@ -57,12 +57,6 @@ # Note: Disable (by commenting out) for legacy compatibility. #%__check_multiarch_files @RPMLIBDIR@/check-multiarch-files %{buildroot} -# Update Window Managers session. -%_fndsession_bin %{_sbindir}/fndSession -%make_session %{nil} -%make_dm_session if [ -x %{_fndsession_bin} ]; then %{_fndsession_bin} || true ; fi \ -%{nil} - # For rebuilding gcj-db %_rebuildgcjdb_bin %{_bindir}/rebuild-gcj-db %update_gcjdb if [ -x %{_rebuildgcjdb_bin} ]; then %{_rebuildgcjdb_bin} || true ; fi \ -- cgit v1.2.1