git » kdenlive.git » commit 2fc5a04

Hooks rebuild (part 1)

author Felix Yan
2016-04-28 07:46:36 UTC
committer Felix Yan
2016-04-28 07:46:36 UTC
parent 23b2c41c54fedb5fc5d01e97ff2ea7900a20069a

Hooks rebuild (part 1)

PKGBUILD +1 -2
kdenlive.install +0 -13

diff --git a/PKGBUILD b/PKGBUILD
index 9413ae4..00c62e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 
 pkgname=kdenlive
 pkgver=16.04.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
 arch=(i686 x86_64)
 url="http://www.kdenlive.org/"
@@ -24,7 +24,6 @@ optdepends=('ffmpeg: for FFmpeg plugin'
             'plasma-desktop: theme configuration')
 source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
 md5sums=('c57ae037598ee76a266d19c850174749')
-install=$pkgname.install
 
 prepare(){
   mkdir -p build
diff --git a/kdenlive.install b/kdenlive.install
deleted file mode 100644
index 9aef867..0000000
--- a/kdenlive.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &>/dev/null
-  update-desktop-database -q &>/dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}