summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-18 20:52:34 +0000
committerjlam <jlam@pkgsrc.org>2002-09-18 20:52:34 +0000
commit94beb52331d3ebca1c93e936b12657a7a2fb3fcc (patch)
tree02c860a74bf70e49004e4439e6a9f71fd6221011 /print
parentd37d1a14957565bd4dd4f04637c66c9febd036ca (diff)
downloadpkgsrc-94beb52331d3ebca1c93e936b12657a7a2fb3fcc.tar.gz
Only attempt to remove the man/de/* directories as other packages may also
have man pages there.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-gnu/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-gnu/PLIST b/print/ghostscript-gnu/PLIST
index 1299fc4a02e..53a148af6aa 100644
--- a/print/ghostscript-gnu/PLIST
+++ b/print/ghostscript-gnu/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/13 05:43:28 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/09/18 20:52:34 jlam Exp $
bin/bdftops
bin/dvipdf
bin/eps2eps
@@ -357,5 +357,5 @@ share/ghostscript/${GS_VERS}/lib/zeroline.ps
@dirrm share/examples/ghostscript/cjk
@dirrm share/examples/ghostscript
@dirrm share/doc/html/ghostscript
-@dirrm man/de/man1
-@dirrm man/de
+@unexec ${RMDIR} %D/man/de/man1 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/man/de 2>/dev/null || ${TRUE}