]> git.pld-linux.org Git - packages/genius.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:
    genius.spec -> 1.54

genius.spec

index 5de067bb8d120d278615b8ced5e1792ef5edbed8..7f1cdf9803df6ad508eee089c1ccddbd66bdf192 100644 (file)
@@ -102,7 +102,7 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/mime/{XMLnamespaces,globs,magic}
 %post
 /sbin/ldconfig
 /usr/bin/scrollkeeper-update
 %post
 /sbin/ldconfig
 /usr/bin/scrollkeeper-update
-update-mime-database %{_datadir}/mime
+update-mime-database %{_datadir}/mime ||:
 
 %postun
 /sbin/ldconfig
 
 %postun
 /sbin/ldconfig
This page took 0.051208 seconds and 4 git commands to generate.