diff options
author | jlam <jlam> | 2000-12-22 19:00:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-12-22 19:00:17 +0000 |
commit | 8396cbee68c1a799e08b9d547b41820a8771d83f (patch) | |
tree | 36ac9ee353bc011a1d1bc819e3b02bdd6337eeb0 /time/pcal/pkg | |
parent | 0fa9bdedc916daf599117c61b26c1c859682db55 (diff) | |
download | pkgsrc-8396cbee68c1a799e08b9d547b41820a8771d83f.tar.gz |
Make this pass pkglint, create ${PREFIX}/libexec/cgi-bin if it doesn't
already exist, and remove any empty directories after uninstalling.
Diffstat (limited to 'time/pcal/pkg')
-rw-r--r-- | time/pcal/pkg/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/pcal/pkg/PLIST b/time/pcal/pkg/PLIST index bff7bbb68f4..ac1387b718e 100644 --- a/time/pcal/pkg/PLIST +++ b/time/pcal/pkg/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/21 06:20:53 kei Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/12/22 19:00:17 jlam Exp $ bin/pcal libexec/cgi-bin/pcal.cgi man/man1/pcal.1 share/doc/ReadMe.pcal share/httpd/htdocs/pcal.html share/httpd/htdocs/pcalw.html +@unexec rmdir -p %D/share/httpd/htdocs 2>/dev/null || true +@unexec rmdir -p %D/libexec/cgi-bin 2>/dev/null || true |