Subject: Re: CONF_FILES and disappearing directories
To: None <tech-pkg@NetBSD.org>
From: Klaus Heinz <k.heinz.apr.vier@onlinehome.de>
List: tech-pkg
Date: 04/25/2004 03:47:00
Eric Haszlakiewicz wrote:

> Example: CONF_FILES has:
> "${PREFIX}/tomcat4/conf/foo.default ${PREFIX}/tomcat4/conf/foo"
> 
> The PLIST contains lines that say:
> ...
> tomcat4/conf/foo.default
> ...
> @dirrm tomcat4/conf
> ...
> @dirrm tomcat4

How did you create the directories where the files reside? If you used
OWN_DIRS/MAKE_DIRS they should not appear in the PLIST because they are
removed automatically by the DEINSTALL script.

ciao
     Klaus