diff options
Diffstat (limited to 'textproc/py-genshi-devel/files/pkg-install.in')
-rw-r--r-- | textproc/py-genshi-devel/files/pkg-install.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/textproc/py-genshi-devel/files/pkg-install.in b/textproc/py-genshi-devel/files/pkg-install.in deleted file mode 100644 index 44fdc30f9229..000000000000 --- a/textproc/py-genshi-devel/files/pkg-install.in +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -PKGNAME=$1 -# -case $2 in - POST-INSTALL) - easy_install -q -N -S %%PYTHON_SITELIBDIR%% %%EGG_VER%% - ;; - PRE-INSTALL) - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 |