diff options
Diffstat (limited to 'abs/extra/m2vrequantiser/m2vrequantiser.install')
-rw-r--r-- | abs/extra/m2vrequantiser/m2vrequantiser.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/extra/m2vrequantiser/m2vrequantiser.install b/abs/extra/m2vrequantiser/m2vrequantiser.install new file mode 100644 index 0000000..ae58f4e --- /dev/null +++ b/abs/extra/m2vrequantiser/m2vrequantiser.install @@ -0,0 +1,7 @@ +post_install { + ln -s /usr/bin/M2VRquantiser /usr/bin/m2vrequantiser +} + +post_remove { + rm -f /usr/bin/m2vrequantiser +} |