diff options
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 } |