[skip-ci] v4l2ucp: switch to pacman hooks #74

This commit is contained in:
Francesco Marinucci 2018-12-30 18:28:36 +01:00
parent 9f0fd9eeb6
commit c07fc2659f
2 changed files with 1 additions and 13 deletions

View File

@ -2,7 +2,7 @@
pkgname=v4l2ucp
pkgver=2.0.2
pkgrel=3
pkgrel=4
pkgdesc="A universal control panel for Video for Linux Two (V4L2) devices."
arch=("x86_64")
url="http://$pkgname.sourceforge.net"
@ -11,7 +11,6 @@ depends=('qt' 'v4l-utils')
optdepends=('mplayer: video preview.')
makedepends=('cmake')
categories=('utils')
install=$pkgname.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
$pkgname.desktop)
md5sums=('e5bc6e71e2cd3ab123c277b2f7154b4f'

View File

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