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 /games | |
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 'games')
-rw-r--r-- | games/xpuyopuyo/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xpuyopuyo/PLIST b/games/xpuyopuyo/PLIST index 9cd6fdb6000..eff153179d6 100644 --- a/games/xpuyopuyo/PLIST +++ b/games/xpuyopuyo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:26 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/09 21:53:53 jmmv Exp $ bin/xpuyopuyo man/man6/xpuyopuyo.6 share/gnome/apps/Games/xpuyopuyo.desktop @@ -124,5 +124,4 @@ share/xpuyopuyo/xpuyopuyo.txt @dirrm share/xpuyopuyo/themes @dirrm share/xpuyopuyo/sounds @dirrm share/xpuyopuyo -@unexec ${RMDIR} -p %D/share/pixmaps 2>/dev/null || ${TRUE} @unexec ${RMDIR} -p %D/share/gnome/apps/Games 2>/dev/null || ${TRUE} |