#!/bin/sh # $FreeBSD: ports/www/py-pastescript/files/pkg-install.in,v 1.1 2007/01/22 22:05:34 nivit Exp $ PKGNAME=$1 # case $2 in POST-INSTALL) easy_install -q -x -N -S %%PYTHON_SITELIBDIR%% %%EGG%% ;; PRE-INSTALL) ;; *) echo "Unexpected Argument $2!!!" exit 1 ;; esac exit 0