[arch-commits] Commit in openshot/trunk (PKGBUILD openshot.install)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Jun 4 05:05:15 UTC 2013


    Date: Tuesday, June 4, 2013 @ 07:05:15
  Author: svenstaro
Revision: 92333

upgpkg: openshot 1.4.3-2

Rebuild against mlt 0.9

Modified:
  openshot/trunk/PKGBUILD
  openshot/trunk/openshot.install

------------------+
 PKGBUILD         |    2 +-
 openshot.install |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-04 04:57:10 UTC (rev 92332)
+++ PKGBUILD	2013-06-04 05:05:15 UTC (rev 92333)
@@ -4,7 +4,7 @@
 
 pkgname=openshot
 pkgver=1.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="an open-source, non-linear video editor for Linux based on MLT framework"
 arch=('any')
 url="http://www.openshotvideo.com/"

Modified: openshot.install
===================================================================
--- openshot.install	2013-06-04 04:57:10 UTC (rev 92332)
+++ openshot.install	2013-06-04 05:05:15 UTC (rev 92333)
@@ -1,11 +1,11 @@
 post_install() {
-	[ -x `which update-mime-database` ] &&  update-mime-database usr/share/mime
+    update-desktop-database -q
 }
 
 post_upgrade() {
-	[ -x `which update-mime-database` ] &&  update-mime-database usr/share/mime
+    post_install
 }
 
 post_remove() {
-	[ -x `which update-mime-database` ] &&  update-mime-database usr/share/mime
+    post_install
 }




More information about the arch-commits mailing list