]> git.pld-linux.org Git - packages/vim.git/commitdiff
- use %update_icon_cache macro
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 11 Oct 2006 12:02:18 +0000 (12:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.378

vim.spec

index 4c83b65ea6888492b5906b5325a9cb7b1d6594a3..d8b4622480fa7926ac6f748098043c4d9b8f095c 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -182,7 +182,7 @@ BuildRequires:      libbonoboui-devel >= 2.2.0
 BuildRequires: libgnomeui-devel >= 2.2.0.1
 BuildRequires: nautilus-devel >= 2.2.0
 %endif
-BuildRequires: rpmbuild(macros) >= 1.210
+BuildRequires: rpmbuild(macros) >= 1.311
 %if %{with static}
 BuildRequires: acl-static
 BuildRequires: attr-static
@@ -1024,19 +1024,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %post -n gvim-gtk
 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_post
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
+%update_icon_cache hicolor
 
 %postun -n gvim-gtk
 [ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_postun
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
+%update_icon_cache hicolor
 
 %post -n gvim-gnome
 %update_desktop_database_post
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
+%update_icon_cache hicolor
 
 %postun -n gvim-gnome
 %update_desktop_database_postun
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
+%update_icon_cache hicolor
 
 %files
 %defattr(644,root,root,755)
This page took 0.311658 seconds and 4 git commands to generate.