Subject: Re: native java browser plugin
To: None <tech-pkg@NetBSD.org>
From: Lars Nordlund <lars.nordlund@hem.utfors.se>
List: tech-pkg
Date: 08/11/2005 00:34:09
On Wed, 10 Aug 2005 23:52:23 +0200
Bernd Ernesti <netbsd@lists.veego.de> wrote:

> - there were some problems during deinstallation so I had to split PLIST
>   into two files, one which contains the files and a second one which
>   contains the @dirrm
>   Just rename PLIST to PLIST.common and move the @dirrm lines into the
>   new file PLIST.common_end.
>   This is needed because the @dirrm would be executed while there are
>   still some files left from the PLIST.jce or PLIST.plugin filelist.

You could use a trick such as this:

@unexec ${RMDIR} %D/include/X11/extensions 2>/dev/null || ${TRUE}



Best regards
	Lars Nordlund