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

beast.spec

index 41a00301e5c98d4cf8fe16b3adfc0de640e60f7d..5e7849cac7e744c69fe64b2917aeb72939663e66 100644 (file)
@@ -81,7 +81,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /sbin/ldconfig
 umask 022
-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.082039 seconds and 4 git commands to generate.