tcl8.5:
set -e

if [ "$1" = "configure" ]; then
    update-alternatives --install /usr/bin/tclsh tclsh /usr/bin/tclsh8.5 840 \
                        --slave /usr/share/man/man1/tclsh.1.gz tclsh.1 \
                                /usr/share/man/man1/tclsh8.5.1.gz
fi

tcl8.4:
if [ "$1" = "configure" ]; then
    update-alternatives --install /usr/bin/tclsh tclsh /usr/bin/tclsh8.4 841 \
                        --slave /usr/share/man/man1/tclsh.1.gz tclsh.1 \
                        /usr/share/man/man1/tclsh8.4.1.gz
fi

-- 
/usr/bin/gst-launch not available
https://bugs.launchpad.net/bugs/82753
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to