diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-18 11:25:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-18 11:25:36 +0000 |
commit | c97fed2499527d73eba55f0ed0558feef46434e5 (patch) | |
tree | 90a1d189fe62da39553fe541bdcc72e18b5bd163 /x11 | |
parent | cf70bce2780394951e3d404beed6aa956e14b969 (diff) | |
download | pkgsrc-c97fed2499527d73eba55f0ed0558feef46434e5.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')
-rw-r--r-- | x11/gnome-libs/PLIST | 6 |
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 |