]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - desktop.spec
don't bother older than php 5.3
[projects/template-specs.git] / desktop.spec
index e0933c34b10ccf1ade539522731947665451bb43..fedd53a682531655d2e30378ca40a8dd09173e12 100644 (file)
@@ -43,11 +43,19 @@ rm -rf $RPM_BUILD_ROOT
 %update_icon_cache hicolor
 %update_mime_database
 
+# Compile GSettings schemas
+# requires: glib2 >= 1:2.26.0
+%glib_compile_schemas
+
 %postun
-%update_desktop_database_postun
+%update_desktop_database
 %update_icon_cache hicolor
 %update_mime_database
 
+# Compile GSettings schemas
+# requires: glib2 >= 1:2.26.0
+%glib_compile_schemas
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
This page took 0.069748 seconds and 4 git commands to generate.