summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-18 11:25:36 +0000
committerjmmv <jmmv>2004-02-18 11:25:36 +0000
commit9deb76df00f33319c1d2054057f4d329b7df7578 (patch)
tree90a1d189fe62da39553fe541bdcc72e18b5bd163 /x11/gnome-libs
parent4dcbc51eafc5a7593e212798c3eb1701aea906fb (diff)
downloadpkgsrc-9deb76df00f33319c1d2054057f4d329b7df7578.tar.gz
Remove etc/sound/events and etc/sound iff they are emtpy, since they may be
shared with some other gnome2 packages in some scenarios.
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-libs/PLIST b/x11/gnome-libs/PLIST
index 91010f79348..ec0f17fed77 100644
--- a/x11/gnome-libs/PLIST
+++ b/x11/gnome-libs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2003/09/12 16:12:02 drochner Exp $
+@comment $NetBSD: PLIST,v 1.14 2004/02/18 11:25:36 jmmv Exp $
bin/dns-helper
bin/gconfigger
bin/gnome-bug
@@ -605,8 +605,8 @@ share/type-convert/type.convert
@dirrm include/gnome-1.0/libart_lgpl
@dirrm include/gnome-1.0/gtk-xmhtml
@dirrm include/gnome-1.0
-@dirrm etc/sound/events
-@dirrm etc/sound
+@unexec ${RMDIR} %D/etc/sound/events 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/etc/sound 2>/dev/null || ${TRUE}
@dirrm etc/CORBA/servers
@dirrm etc/CORBA
@exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/libart.m4 ${LOCALBASE}/share/aclocal/libart.m4