]> git.pld-linux.org Git - packages/gDesklets.git/commitdiff
- %post shouldn't fail if no rw permission to /usr
authorankry <ankry@pld-linux.org>
Sun, 15 May 2005 00:16:36 +0000 (00:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gDesklets.spec -> 1.57

gDesklets.spec

index 79e7243f522ba1490a34b3df0936f2d3988200b8..3fa302a6d80b243be60d7ab0f0e38a773ffd1dba 100644 (file)
@@ -90,7 +90,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 umask 022
 %gconf_schema_install
-update-mime-database %{_datadir}/mime
+update-mime-database %{_datadir}/mime ||:
 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
 
 %postun
This page took 0.072253 seconds and 4 git commands to generate.