summaryrefslogtreecommitdiffstats
path: root/abs/extra/m2vrequantiser/m2vrequantiser.install
blob: 0ce48f5081ec6e386fa157597ad98e8b88461cda (plain)
1
2
3
4
5
6
7
post_install() {
    ln -s /usr/bin/M2VRquantiser /usr/bin/m2vrequantiser
}

post_remove() {
    rm -f /usr/bin/m2vrequantiser
}