From b4ce4205bfa7007d84f50c07a82b10c94bd5b912 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 27 Apr 2016 22:50:09 -0300 Subject: openshot: remove install file --- libre/openshot/PKGBUILD | 5 ++--- libre/openshot/openshot.install | 12 ------------ 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 libre/openshot/openshot.install (limited to 'libre') diff --git a/libre/openshot/PKGBUILD b/libre/openshot/PKGBUILD index f4363b22b..8524bb3d5 100644 --- a/libre/openshot/PKGBUILD +++ b/libre/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 +pkgrel=6.parabola1 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/" @@ -17,7 +17,6 @@ optdepends=('frei0r-plugins: effects' 'libquicktime' 'libavc1394' 'jack' 'jack-rack') replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") -install=openshot.install source=(http://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz) md5sums=('5ec82a7e8b7700ee4a359458aedf19e9') diff --git a/libre/openshot/openshot.install b/libre/openshot/openshot.install deleted file mode 100644 index 046df0051..000000000 --- a/libre/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