diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 03:44:52 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 04:08:36 -0300 |
commit | e8f8f6840e7f4fd026b7ebe58cff431613c52aee (patch) | |
tree | 48992150330ed6e3d1c197f27cb0255597d642a7 /nonprism | |
parent | 56d8796b94b561b2c582be3b1c79e172b4c131c0 (diff) | |
download | abslibre-e8f8f6840e7f4fd026b7ebe58cff431613c52aee.tar.gz abslibre-e8f8f6840e7f4fd026b7ebe58cff431613c52aee.tar.bz2 abslibre-e8f8f6840e7f4fd026b7ebe58cff431613c52aee.zip |
nonprism/openshot: remove install file
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/openshot/PKGBUILD | 5 | ||||
-rw-r--r-- | nonprism/openshot/openshot.install | 12 |
2 files changed, 2 insertions, 15 deletions
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 <pupykin.s+arch@gmail.com> # Contributor (Arch): Asa Marco <marcoasa90[at]gmail[.]com> # Maintainer: André Silva <emulatorman@parabola.nu> 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 -} |