mplayer-vaapi: switch to pacman hooks #74

This commit is contained in:
Francesco Marinucci 2018-12-28 15:50:54 +01:00
parent ccefa0fce4
commit 0a7d400e4a
2 changed files with 1 additions and 11 deletions

View File

@ -1,6 +1,6 @@
pkgname=mplayer-vaapi
pkgver=36265
pkgrel=5
pkgrel=6
pkgdesc="A movie player, compiled with vaapi support"
arch=('x86_64')
url="http://gitorious.org/vaapi/mplayer"
@ -17,7 +17,6 @@ conflicts=('mplayer')
backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
categories=('multimedia')
options=('!buildflags' '!emptydirs')
install=${pkgname}.install
source=("http://pkgbuild.com/~foutrelis/sources/${pkgname}/${pkgname}-${pkgver}.tar.xz"
'tweak-desktop-file.patch'
'subreader-fix-srt-parsing.patch'

View File

@ -1,9 +0,0 @@
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}