head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2001.01.05.02.06.58;	author garbled;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add all the help menus, and working menu items I currently have for sushi.

Note, these directories are missing Makefiles..  I know that.. and I'm
working on it.
@
text
@#!/bin/sh
# $NetBSD$
if [ "$2" = "yes" ]; then
	RECURSE="-r"
fi
if [ "$3" = "yes" ]; then
	FORCE="-f"
fi
pkg_delete -v $FORCE $RECURSE $1
if [ $? -eq 0 ]; then
	echo "Successfully removed pkg $1"
fi
@
