summaryrefslogtreecommitdiff
path: root/graphics/gphoto
diff options
context:
space:
mode:
authortron <tron>2000-08-01 21:50:11 +0000
committertron <tron>2000-08-01 21:50:11 +0000
commitc377e0807d1688711201367ef8093db6d63586a4 (patch)
tree22ed7c51ea8d06b5b3f50bc161b75bf22c6366da /graphics/gphoto
parent11c92f6145b6f1b0334b70631f1a7cef2635592b (diff)
downloadpkgsrc-c377e0807d1688711201367ef8093db6d63586a4.tar.gz
Don't complain if directory "share/gnome" and sub directories can't be
removed. They are used by e.g. the "gnome-libs", too.
Diffstat (limited to 'graphics/gphoto')
-rw-r--r--graphics/gphoto/pkg/PLIST8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gphoto/pkg/PLIST b/graphics/gphoto/pkg/PLIST
index 47a67e9d44b..2987349c14c 100644
--- a/graphics/gphoto/pkg/PLIST
+++ b/graphics/gphoto/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2000/06/21 00:44:36 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.5 2000/08/01 21:50:11 tron Exp $
bin/dc21x_cam
bin/gphoto
bin/gphoto-exifdump
@@ -74,6 +74,6 @@ share/gphoto/gallery/RedNGray/thumbnail.html
@dirrm share/gphoto/gallery
@dirrm share/gphoto/doc
@dirrm share/gphoto
-@dirrm share/gnome/apps/Graphics
-@dirrm share/gnome/apps
-@dirrm share/gnome
+@unexec rmdir %D/share/gnome/apps/Graphics 2>/dev/null || true
+@unexec rmdir %D/share/gnome/apps 2>/dev/null || true
+@unexec rmdir %D/share/gnome 2>/dev/null || true