diff options
author | tron <tron@pkgsrc.org> | 2000-08-01 21:50:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-01 21:50:11 +0000 |
commit | 500b3a1be8419284189d6df4e9f304d57fa970ae (patch) | |
tree | 22ed7c51ea8d06b5b3f50bc161b75bf22c6366da /graphics/gphoto | |
parent | 0feea543785fdcafe4c86bc8820ca450a66ea915 (diff) | |
download | pkgsrc-500b3a1be8419284189d6df4e9f304d57fa970ae.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/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 |