#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2006/11/03 13:56:46 joerg Exp $
#

case $STAGE in
DEINSTALL)
	${RM} @PYSITELIB@/easy-install.pth
	;;
esac
