diff options
author | tron <tron> | 2000-08-01 21:50:11 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-01 21:50:11 +0000 |
commit | c377e0807d1688711201367ef8093db6d63586a4 (patch) | |
tree | 22ed7c51ea8d06b5b3f50bc161b75bf22c6366da /graphics | |
parent | 11c92f6145b6f1b0334b70631f1a7cef2635592b (diff) | |
download | pkgsrc-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')
-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 |