aboutsummaryrefslogtreecommitdiff
path: root/www/py-turbogears2/files/pkg-deinstall.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-turbogears2/files/pkg-deinstall.in')
-rw-r--r--www/py-turbogears2/files/pkg-deinstall.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/py-turbogears2/files/pkg-deinstall.in b/www/py-turbogears2/files/pkg-deinstall.in
deleted file mode 100644
index e184b62091c2..000000000000
--- a/www/py-turbogears2/files/pkg-deinstall.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-#
-PKGNAME=$1
-#
-case $2 in
- DEINSTALL)
- for f in %%EGGS%%
- do easy_install -x -m -D "%%PYTHON_SITELIBDIR%%/${f}"
- done
- ;;
- POST-DEINSTALL)
- exit 0
- ;;
- *)
- echo "Unexpected Argument $2!!!"
- exit 1
- ;;
-esac
-exit 0