From e8f8f6840e7f4fd026b7ebe58cff431613c52aee Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 28 Apr 2016 03:44:52 -0300 Subject: nonprism/openshot: remove install file --- nonprism/openshot/PKGBUILD | 5 ++--- nonprism/openshot/openshot.install | 12 ------------ 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 nonprism/openshot/openshot.install (limited to 'nonprism') diff --git a/nonprism/openshot/PKGBUILD b/nonprism/openshot/PKGBUILD index 1c18fb63a..99639b7e8 100644 --- a/nonprism/openshot/PKGBUILD +++ b/nonprism/openshot/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 145576 2015-11-02 10:28:42Z alucryd $ +# $Id: PKGBUILD 172304 2016-04-27 23:10:36Z spupykin $ # Maintainer (Arch): Sergej Pupykin # Contributor (Arch): Asa Marco # Maintainer: André Silva pkgname=openshot pkgver=1.4.3 -pkgrel=5.parabola1.nonprism1 +pkgrel=6.parabola1.nonprism1 pkgdesc="a free, non-linear video editor for GNU/Linux based on MLT framework, without nonfree faac recommendation and Youtube uploader support" arch=('any') url="http://www.openshotvideo.com/" @@ -17,7 +17,6 @@ optdepends=('frei0r-plugins: effects' 'libquicktime' 'libavc1394' 'jack' 'jack-rack') replaces=("${pkgname}-libre" "${pkgname}-parabola" "${pkgname}-libre-nonprism" "${pkgname}-nonprism") conflicts=("${pkgname}-libre" "${pkgname}-parabola" "${pkgname}-libre-nonprism" "${pkgname}-nonprism") -install=openshot.install source=(http://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz nonprism.patch) md5sums=('5ec82a7e8b7700ee4a359458aedf19e9' diff --git a/nonprism/openshot/openshot.install b/nonprism/openshot/openshot.install deleted file mode 100644 index 046df0051..000000000 --- a/nonprism/openshot/openshot.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &>/dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3-54-g00ecf