From 326abc4de5a5ca55811ae9072149c4fdb3de4ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Fri, 27 Dec 2019 23:25:04 +0200 Subject: build.macros: drop deprecated and unused post_install_gconf_schemas --- NEWS | 1 + build.macros.in | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index d7f3251..ec40381 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ - build.macros: drop deprecated and unused macros + - post_install_gconf_schemas - update_menus - clean_menus - update_desktop_database diff --git a/build.macros.in b/build.macros.in index df65a81..e897a6a 100644 --- a/build.macros.in +++ b/build.macros.in @@ -95,9 +95,7 @@ %%{nil}}} # GConf schemas: -# installation is handled by filetriggers -%post_install_gconf_schemas() %{nil} -# but uninstall still need to be done in %preun: +# uninstall still need to be done in %preun: %preun_uninstall_gconf_schemas() if [ "$1" = "0" -a -x %{_gconftool_bin} ]; then \ SCHEMAS="" \ for SCHEMA in %{*} ; do \ -- cgit v1.2.1