bc0554ccaa
principle usable on Python 2.3 as well, but not tested yet.
10 lines
149 B
Bash
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
|