diff options
author | jwise <jwise@pkgsrc.org> | 2001-03-29 19:48:10 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-03-29 19:48:10 +0000 |
commit | ea2775e89fcd04f77ec24bd653bf42d8c897e18d (patch) | |
tree | 02201dda2791bd394863a6b02b56ed4af4955f21 /www/cocoon | |
parent | 1b34735720627603b6e0ba9c30dbcf29c105f0bb (diff) | |
download | pkgsrc-ea2775e89fcd04f77ec24bd653bf42d8c897e18d.tar.gz |
On deinstall, unconditionally remove the cocoon scratch directory if it
exists in the location it will be created in if cocoon is run from tomcat.
Diffstat (limited to 'www/cocoon')
-rw-r--r-- | www/cocoon/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cocoon/pkg/PLIST b/www/cocoon/pkg/PLIST index cc9d051192c..1be1f5160ab 100644 --- a/www/cocoon/pkg/PLIST +++ b/www/cocoon/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2001/03/14 02:05:21 jwise Exp $ +@comment $NetBSD: PLIST,v 1.4 2001/03/29 19:48:10 jwise Exp $ lib/java/cocoon.jar lib/java/sax-bugfix.jar lib/java/turbine-pool.jar @@ -594,6 +594,7 @@ share/examples/java/cocoon/ldap/ldap.xml share/examples/java/cocoon/ldap/ldap.xsl share/examples/java/cocoon/index.xml share/examples/java/cocoon/index.xsl +@unexec rm -rf tomcat/repository @dirrm share/examples/java/cocoon/xsp @dirrm share/examples/java/cocoon/xinclude @dirrm share/examples/java/cocoon/wap |