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 /abs/extra/m2vrequantiser/m2vrequantiser.install | |
parent | 898f8d1f8733837fc9e390c29de99e29718b3c9d (diff) | |
download | linhes_pkgbuild-c985dd07723f6cbb954aa5f52a028a8e166baa74.zip linhes_pkgbuild-c985dd07723f6cbb954aa5f52a028a8e166baa74.tar.gz linhes_pkgbuild-c985dd07723f6cbb954aa5f52a028a8e166baa74.tar.bz2 |
m2vrequantiser: fix install script
Diffstat (limited to 'abs/extra/m2vrequantiser/m2vrequantiser.install')
-rw-r--r-- | abs/extra/m2vrequantiser/m2vrequantiser.install | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |