diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-04-01 01:10:50 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-04-01 01:10:50 (GMT) |
commit | 68b644836078d02cb82e027b87ef8f388d32da29 (patch) | |
tree | 91e2dab33ecb0fe7a8c69859ba595470df492f0d /abs/extra/m2vrequantiser/m2vrequantiser.install | |
parent | 476f9933d9ca97018810c4d78df2bd8ec9f7f583 (diff) | |
download | linhes_pkgbuild-68b644836078d02cb82e027b87ef8f388d32da29.zip linhes_pkgbuild-68b644836078d02cb82e027b87ef8f388d32da29.tar.gz linhes_pkgbuild-68b644836078d02cb82e027b87ef8f388d32da29.tar.bz2 |
m2vrequantiser: initial include. Ref #767
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 +} |