From 473719c4cf846db2950bae857aef809ca43542ee Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 27 Apr 2016 21:47:22 -0300 Subject: smplayer: remove install file --- libre/smplayer/PKGBUILD | 5 ++--- libre/smplayer/smplayer.install | 12 ------------ 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 libre/smplayer/smplayer.install 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 # Contributor (Arch): Allan McRae # Contributor (Arch): Alessio 'mOLOk' Bolognino @@ -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 -} -- cgit v1.2.3-54-g00ecf