diff options
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 6 |
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="" \ |