#! /bin/sh -e

update-alternatives --remove python /usr/bin/python-launcher
update-alternatives --install /usr/bin/python python /usr/bin/python2.5 10
update-rc.d -f python-launcher remove
