diff options
-rw-r--r-- | graphics/gphoto/pkg/PLIST | 8 |
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 |