From 500b3a1be8419284189d6df4e9f304d57fa970ae Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 1 Aug 2000 21:50:11 +0000 Subject: Don't complain if directory "share/gnome" and sub directories can't be removed. They are used by e.g. the "gnome-libs", too. --- graphics/gphoto/pkg/PLIST | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics') 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 -- cgit v1.2.3