diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-09 21:53:52 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-09 21:53:52 +0000 |
commit | fe874b6a1a3f942a20e5bd0cc6e653bd9c67dc13 (patch) | |
tree | 9b38c99fb365931e42673366d0d9a6f587552c8a /net | |
parent | b6fa82da9ef8b60ed26897781a436f23049fa938 (diff) | |
download | pkgsrc-fe874b6a1a3f942a20e5bd0cc6e653bd9c67dc13.tar.gz |
Do not remove %D/share/pixmaps when deinstalling, as it is now part of the
standard directory tree.
Diffstat (limited to 'net')
-rw-r--r-- | net/dc_gui/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dc_gui/PLIST b/net/dc_gui/PLIST index e7ec7a95636..fd03694a886 100644 --- a/net/dc_gui/PLIST +++ b/net/dc_gui/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/11/03 21:32:24 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/09 21:53:53 jmmv Exp $ bin/dc_gui share/gnome/help/dc_gui/C/index.html share/gnome/help/dc_gui/C/topic.dat @@ -17,7 +17,6 @@ share/pixmaps/dc_gui/icon_refresh.xpm share/pixmaps/dc_gui/icon_remove_all.xpm share/pixmaps/dc_gui/icon_remove_selected.xpm @dirrm share/pixmaps/dc_gui -@unexec ${RMDIR} %D/share/pixmaps 2> /dev/null || ${TRUE} @dirrm share/gnome/help/dc_gui/nl/images @dirrm share/gnome/help/dc_gui/nl @dirrm share/gnome/help/dc_gui/es/images |