diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-04-02 01:56:59 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-04-02 01:56:59 (GMT) |
commit | c985dd07723f6cbb954aa5f52a028a8e166baa74 (patch) | |
tree | 7cd944f8fa2047bbcd2801b7a0fa1578f929bfe0 | |
parent | 898f8d1f8733837fc9e390c29de99e29718b3c9d (diff) | |
download | linhes_pkgbuild-c985dd07723f6cbb954aa5f52a028a8e166baa74.zip linhes_pkgbuild-c985dd07723f6cbb954aa5f52a028a8e166baa74.tar.gz linhes_pkgbuild-c985dd07723f6cbb954aa5f52a028a8e166baa74.tar.bz2 |
m2vrequantiser: fix install script
-rw-r--r-- | abs/extra/m2vrequantiser/PKGBUILD | 2 | ||||
-rw-r--r-- | 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 } |