Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 1997 15:17:42 -0800 (PST)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        gj@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/editors/xemacs20 Makefile ports/editors/xemacs20/pkg PLIST
Message-ID:  <199711092317.PAA08414@bubble.didi.com>
In-Reply-To: <199711082219.OAA22638@freefall.freebsd.org> (message from Gary Jennejohn on Sat, 8 Nov 1997 14:19:03 -0800 (PST))

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Also simplfy removal of some directories with pkg_delete. Previously,
 *   the contents of ${PREFIX}/{lib,share}/xemacs/site-lisp was deleted and
 *   then the directories themselves using @dirrm. This didn't work in my
 *   tests, so I changed it to just ``@exec rm -rf'' the directories.

Do you really want to do that?  The user may be upgrading from one
version to another by doing pkg_delete of the original package first.
We don't want to delete all the site-lisp stuff the user may have
installed.

IMO, a simple @dirrm without anything about the files inside should be
fine.  Any warnings can be safely ignored.

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711092317.PAA08414>