diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-27 22:11:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-27 22:11:44 +0000 |
commit | 0ea9f975e6690af3d1b1154d6f67c354a6187279 (patch) | |
tree | 3d9ce62778dbf794b8535fe417a34c65fae9ef6c /www | |
parent | d9c518aaafd3b59bb0ad0ad4c3de2e27b6d55f50 (diff) | |
download | pkgsrc-0ea9f975e6690af3d1b1154d6f67c354a6187279.tar.gz |
conditionally remove libexec/cgi-bin
Diffstat (limited to 'www')
-rw-r--r-- | www/wwwcount/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wwwcount/pkg/PLIST b/www/wwwcount/pkg/PLIST index e8b4d469756..3fabe3c6a0f 100644 --- a/www/wwwcount/pkg/PLIST +++ b/www/wwwcount/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2000/01/28 08:16:49 tron Exp $ +@comment $NetBSD: PLIST,v 1.8 2001/02/27 22:11:44 wiz Exp $ bin/mkstrip bin/extdgts libdata/wwwcount/digits/A/peng.gif @@ -102,3 +102,4 @@ man/man1/mkstrip.1 @dirrm share/doc/wwwcount/Count2.5/eximages @dirrm share/doc/wwwcount/Count2.5 @dirrm share/doc/wwwcount +@unexec rmdir %D/libexec/cgi-bin 2>/dev/null || true |