summaryrefslogtreecommitdiffstats
path: root/abs/extra/m2vrequantiser/m2vrequantiser.install
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-04-01 01:10:50 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-04-01 01:10:50 (GMT)
commit68b644836078d02cb82e027b87ef8f388d32da29 (patch)
tree91e2dab33ecb0fe7a8c69859ba595470df492f0d /abs/extra/m2vrequantiser/m2vrequantiser.install
parent476f9933d9ca97018810c4d78df2bd8ec9f7f583 (diff)
downloadlinhes_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.install7
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
+}