diff options
Diffstat (limited to 'devel/py-turbojson11/files')
-rw-r--r-- | devel/py-turbojson11/files/pkg-deinstall.in | 17 | ||||
-rw-r--r-- | devel/py-turbojson11/files/pkg-install.in | 16 |
2 files changed, 0 insertions, 33 deletions
diff --git a/devel/py-turbojson11/files/pkg-deinstall.in b/devel/py-turbojson11/files/pkg-deinstall.in deleted file mode 100644 index c2a4012d7b2e..000000000000 --- a/devel/py-turbojson11/files/pkg-deinstall.in +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -PKGNAME=$1 -# -case $2 in - DEINSTALL) - easy_install -q -N -m -x -S %%PYTHON_SITELIBDIR%% %%EGG%% - ;; - POST-DEINSTALL) - exit 0 - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 diff --git a/devel/py-turbojson11/files/pkg-install.in b/devel/py-turbojson11/files/pkg-install.in deleted file mode 100644 index 9cddbe28f167..000000000000 --- a/devel/py-turbojson11/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%% - ;; - PRE-INSTALL) - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 |