#!/bin/sh # # $NetBSD: INSTALL,v 1.1 2006/11/03 13:56:46 joerg Exp $ # case $STAGE in POST-INSTALL) cat > @PYSITELIB@/easy-install.pth << EOF import sys; sys.__plen = len(sys.path) ./setuptools-0.6c1-py@PYVERSSUFFIX@.egg import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new) EOF ;; esac