11 lines
149 B
Text
11 lines
149 B
Text
|
#!/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
|