summaryrefslogtreecommitdiff
path: root/libre/smplayer
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-27 21:47:22 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-27 21:47:22 -0300
commit473719c4cf846db2950bae857aef809ca43542ee (patch)
tree8ba50d54598e7b2dc8582d9eab382c6d28f74ec6 /libre/smplayer
parent7e76ebd0c0c2aa8f2dbc5b37160637d1d2f7d744 (diff)
smplayer: remove install file
Diffstat (limited to 'libre/smplayer')
-rw-r--r--libre/smplayer/PKGBUILD5
-rw-r--r--libre/smplayer/smplayer.install12
2 files changed, 2 insertions, 15 deletions
diff --git a/libre/smplayer/PKGBUILD b/libre/smplayer/PKGBUILD
index f1fd7f0ed..1fa816f47 100644
--- a/libre/smplayer/PKGBUILD
+++ b/libre/smplayer/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 263224 2016-03-29 12:03:52Z arojas $
+# $Id: PKGBUILD 266273 2016-04-27 16:49:26Z fyan $
# Maintainer (Arch): Ionut Biru <ibiru@archlinux.org>
# Contributor (Arch): Allan McRae <allan@archlinux.org>
# Contributor (Arch): Alessio 'mOLOk' Bolognino <themolok@gmail.com>
@@ -8,7 +8,7 @@
pkgname=smplayer
pkgver=16.4.0
-pkgrel=1.parabola1
+pkgrel=2.parabola1
pkgdesc="A complete front-end for MPlayer, without nonfree smtube recommendation"
arch=('i686' 'x86_64' 'armv7h')
url="http://smplayer.sourceforge.net/"
@@ -18,7 +18,6 @@ makedepends=('qt5-tools')
optdepends=('smplayer-themes: icon themes collection'
'smplayer-skins: skin themes collection'
'mpv: for using mpv instead of mplayer')
-install=smplayer.install
source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('b89975a1edc60e1ea89159e4bd7cde07')
diff --git a/libre/smplayer/smplayer.install b/libre/smplayer/smplayer.install
deleted file mode 100644
index 6481cee07..000000000
--- a/libre/smplayer/smplayer.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}