pkgsrc/devel/py-setuptools/DEINSTALL
joerg bc0554ccaa Reimport devel/py24-setuptools as devel/py-setuptools. This is in
principle usable on Python 2.3 as well, but not tested yet.
2006-11-14 13:33:29 +00:00

10 lines
149 B
Bash

#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1.1.1 2006/11/14 13:33:29 joerg Exp $
#
case $STAGE in
DEINSTALL)
${RM} @PYSITELIB@/easy-install.pth
;;
esac