#!/bin/sh # # $OpenBSD: INSTALL,v 1.1 2002/02/15 19:42:18 matt Exp $ # # Set us up as the default python if there is not one already. # set -e PATH=/bin PREFIX=${PKG_PREFIX:-/usr/local} if [ x$2 = xPOST-INSTALL ] then if [ ! -e ${PREFIX}/bin/python ] then cd ${PREFIX}/bin ln -s python2.1 python else cat <