#!/bin/sh
if [ ! -f "/usr/bin/python2" ]; then
	ln -s /usr/bin/python /usr/bin/python2;
fi;
