summaryrefslogtreecommitdiff
path: root/libre/openshot
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-27 22:50:09 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 01:23:22 -0300
commitb4ce4205bfa7007d84f50c07a82b10c94bd5b912 (patch)
treeb90b8d52f687b5122935d8911be54a1a00230234 /libre/openshot
parente444854b698c753bbc184df56450863506704ef7 (diff)
downloadabslibre-b4ce4205bfa7007d84f50c07a82b10c94bd5b912.tar.gz
abslibre-b4ce4205bfa7007d84f50c07a82b10c94bd5b912.tar.bz2
abslibre-b4ce4205bfa7007d84f50c07a82b10c94bd5b912.zip
openshot: remove install file
Diffstat (limited to 'libre/openshot')
-rw-r--r--libre/openshot/PKGBUILD5
-rw-r--r--libre/openshot/openshot.install12
2 files changed, 2 insertions, 15 deletions
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 <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
+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
-}