diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-27 14:31:43 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-27 14:31:43 +0000 |
commit | 694b359fdee171e66ba6119df4da36fad55c1beb (patch) | |
tree | 7158b79b39895cd4e65a2427ff4a87158244643c /chat/gnomeicu | |
parent | e6272e67f601de83bcb5aa43647282397d293b70 (diff) | |
download | pkgsrc-694b359fdee171e66ba6119df4da36fad55c1beb.tar.gz |
Fix previous change: share/applets/* directories are removed by gnome-core.
Diffstat (limited to 'chat/gnomeicu')
-rw-r--r-- | chat/gnomeicu/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gnomeicu/PLIST b/chat/gnomeicu/PLIST index 1dbe5564c0f..9f786f5efd9 100644 --- a/chat/gnomeicu/PLIST +++ b/chat/gnomeicu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2003/01/27 14:19:16 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2003/01/27 14:31:43 jmmv Exp $ bin/gnomeicu bin/gnomeicu-client etc/CORBA/servers/GnomeICU.gnorba @@ -125,6 +125,6 @@ share/sounds/gnomeicu/message.wav @dirrm share/gnomeicu/icons @dirrm share/gnomeicu @dirrm share/sounds/gnomeicu -@comment in gnome1-dirs: @dirrm share/applets/Network +@comment in gnome-core: @dirrm share/applets/Network @unexec ${RMDIR} %D/etc/sound/events 2> /dev/null || ${TRUE} @unexec ${RMDIR} %D/etc/CORBA/servers 2> /dev/null || ${TRUE} |