[mate-utils] Update gtk-update-icon-cache scriptlet

Dan Mashal vicodan at fedoraproject.org
Sat Jun 15 22:06:39 UTC 2013


commit ccea72c945e892d9d2a00bb01c607d33229c12f4
Author: Dan <dan.mashal at fedoraproject.org>
Date:   Sat Jun 15 15:05:44 2013 -0700

    Update gtk-update-icon-cache scriptlet

 mate-utils.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mate-utils.spec b/mate-utils.spec
index 91ae3c6..be2a88a 100644
--- a/mate-utils.spec
+++ b/mate-utils.spec
@@ -1,6 +1,6 @@
 Name:           mate-utils
 Version:        1.6.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MATE utility programs
 
 License:        GPLv2+ and LGPLv2+
@@ -145,6 +145,7 @@ fi
 
 %posttrans
 /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/mate &> /dev/null || :
+/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &> /dev/null || :
 /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
@@ -196,6 +197,7 @@ fi
 
 %posttrans -n mate-dictionary
 /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/mate &> /dev/null || :
+/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &> /dev/null || :
 /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %post -n mate-search-tool
@@ -310,6 +312,9 @@ fi
 
 
 %changelog
+* Sat Jun 15 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.6.0-3
+- Update gtk-update-icon-cache scriptlet 
+
 * Sat Jun 15 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.6.0-2
 - Split all the packages up in to sub packages (882184)
 - Update source URL


More information about the scm-commits mailing list