From c985dd07723f6cbb954aa5f52a028a8e166baa74 Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Sat, 2 Apr 2011 01:56:59 +0000 Subject: m2vrequantiser: fix install script --- abs/extra/m2vrequantiser/PKGBUILD | 2 +- abs/extra/m2vrequantiser/m2vrequantiser.install | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abs/extra/m2vrequantiser/PKGBUILD b/abs/extra/m2vrequantiser/PKGBUILD index e8f7f9f..66e264b 100644 --- a/abs/extra/m2vrequantiser/PKGBUILD +++ b/abs/extra/m2vrequantiser/PKGBUILD @@ -2,7 +2,7 @@ pkgname=m2vrequantiser _pkgname=M2VRequantiser pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Requantize MPEG-2 streams without recompressing." arch=('i686') url="http://www.metakine.com/products/dvdremaster/developers.html" diff --git a/abs/extra/m2vrequantiser/m2vrequantiser.install b/abs/extra/m2vrequantiser/m2vrequantiser.install index ae58f4e..0ce48f5 100644 --- a/abs/extra/m2vrequantiser/m2vrequantiser.install +++ b/abs/extra/m2vrequantiser/m2vrequantiser.install @@ -1,7 +1,7 @@ -post_install { +post_install() { ln -s /usr/bin/M2VRquantiser /usr/bin/m2vrequantiser } -post_remove { +post_remove() { rm -f /usr/bin/m2vrequantiser } -- cgit v0.12