diff options
Diffstat (limited to 'libre/openshot-libre')
-rw-r--r-- | libre/openshot-libre/PKGBUILD | 6 | ||||
-rw-r--r-- | libre/openshot-libre/openshot.install | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libre/openshot-libre/PKGBUILD b/libre/openshot-libre/PKGBUILD index 31ea71824..4c5c97a12 100644 --- a/libre/openshot-libre/PKGBUILD +++ b/libre/openshot-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 92333 2013-06-04 05:05:15Z svenstaro $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Asa Marco <marcoasa90[at]gmail[.]com> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> @@ -6,8 +6,8 @@ _pkgname=openshot pkgname=openshot-libre pkgver=1.4.3 -pkgrel=1 -pkgdesc="a free, non-linear video editor for GNU/Linux based on MLT framework (without nonfree faac recommendation)" +pkgrel=2 +pkgdesc="a free, non-linear video editor for GNU/Linux based on MLT framework, without nonfree faac recommendation" arch=('any') url="http://www.openshotvideo.com/" license=('GPL') diff --git a/libre/openshot-libre/openshot.install b/libre/openshot-libre/openshot.install index cc0de896d..aab69abed 100644 --- a/libre/openshot-libre/openshot.install +++ b/libre/openshot-libre/openshot.install @@ -1,11 +1,11 @@ post_install() { - [ -x `which update-mime-database` ] && update-mime-database usr/share/mime + update-mime-database usr/share/mime &>/dev/null } 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 } |