aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--build.macros.in6
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 \