aboutsummaryrefslogtreecommitdiffstats
path: root/build.macros.in
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-06-20 09:05:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-06-20 09:05:19 +0000
commit53b312bc4fed675be809203e8864a93edcb32e06 (patch)
tree0a57ae89786072a0321705127d75a5e90422541b /build.macros.in
parent6b50f4b1f3332dfc4b49d1c26dd760979bf52c9f (diff)
downloadrpm-setup-1.81.tar
rpm-setup-1.81.tar.gz
rpm-setup-1.81.tar.bz2
rpm-setup-1.81.tar.xz
rpm-setup-1.81.zip
1.81: fixes deprecated macros that were broken in previous release1.81
(%update_icon_cache, %clean_icon_cache, %post_install_gconf_schemas)
Diffstat (limited to 'build.macros.in')
-rw-r--r--build.macros.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.macros.in b/build.macros.in
index 45a1d59..6d7d2c3 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -86,8 +86,8 @@ Group: %{group}\
%clean_desktop_database %{nil}
%update_mime_database %{nil}
%clean_mime_database %{nil}
-%update_icon_cache %{nil}
-%clean_icon_cache %{nil}
+%update_icon_cache() %{nil}
+%clean_icon_cache() %{nil}
%update_scrollkeeper %{nil}
%clean_scrollkeeper %{nil}
@@ -108,7 +108,7 @@ Group: %{group}\
# GConf schemas:
# installation is handled by filetriggers
-%post_install_gconf_schemas %{nil}
+%post_install_gconf_schemas() %{nil}
# but uninstall still need to be done in %preun:
%preun_uninstall_gconf_schemas() if [ "$1" = "0" -a -x %{_gconftool_bin} ]; then \
SCHEMAS="" \