Comment 6 for bug 352317

Revision history for this message
Michael Vogt (mvo) wrote :

From the rtupdate script in intrepid:

rtupdate() {
    case "$1" in
        python2.4) py=py24 ;;
        python2.5) py=py25 ;;
        *) die $0 unknown python version $1 ;;
    esac

    update_linklibs $py a
    update_linklibs $py so
}