]> git.pld-linux.org Git - packages/mate-conf.git/commitdiff
update giomodule.cache auto/th/mate-conf-1.4.0-2
authorElan Ruusamäe <glen@delfi.ee>
Sat, 22 Dec 2012 14:58:51 +0000 (16:58 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 22 Dec 2012 14:58:51 +0000 (16:58 +0200)
mate-conf.spec

index 3adcaac55bc8f62f0fb06147ecf8c62e8c76422d..4a6ed200cc1427d0c3768a6fae8bd8dd03acfd4e 100644 (file)
@@ -2,7 +2,7 @@ Summary:        MateConf configuration database system
 Summary(pl.UTF-8):     MateConf - system bazy danych konfiguracji
 Name:          mate-conf
 Version:       1.4.0
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
@@ -142,6 +142,14 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+umask 022
+%{_bindir}/gio-querymodules %{_libdir}/gio/modules || :
+
+%postun
+umask 022
+%{_bindir}/gio-querymodules %{_libdir}/gio/modules || :
+
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
 
This page took 0.074655 seconds and 4 git commands to generate.