diff --git a/v4l2ucp/PKGBUILD b/v4l2ucp/PKGBUILD index e9b3bc5b8..d74459cb5 100644 --- a/v4l2ucp/PKGBUILD +++ b/v4l2ucp/PKGBUILD @@ -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' diff --git a/v4l2ucp/v4l2ucp.install b/v4l2ucp/v4l2ucp.install deleted file mode 100644 index e111ef946..000000000 --- a/v4l2ucp/v4l2ucp.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}