diff options
author | jmmv <jmmv> | 2002-12-09 21:53:52 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2002-12-09 21:53:52 +0000 |
commit | c1cc588e5560b90eea597e735994671e7ec9e298 (patch) | |
tree | 9b38c99fb365931e42673366d0d9a6f587552c8a /audio | |
parent | adf25ede2be561a76d996b61501324ed399e2c9d (diff) | |
download | pkgsrc-c1cc588e5560b90eea597e735994671e7ec9e298.tar.gz |
Do not remove %D/share/pixmaps when deinstalling, as it is now part of the
standard directory tree.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/easytag/PLIST b/audio/easytag/PLIST index 848580f205f..abb8a6bbdd8 100644 --- a/audio/easytag/PLIST +++ b/audio/easytag/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/12/09 16:01:12 tron Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/12/09 21:53:52 jmmv Exp $ bin/easytag share/easytag/EasyTAG_logo.xpm share/gnome/apps/Multimedia/easytag.desktop @@ -15,6 +15,5 @@ ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/easytag.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/easytag.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/easytag.mo share/pixmaps/EasyTAG.xpm -@unexec ${RMDIR} -p %D/share/pixmaps 2>/dev/null || ${TRUE} @unexec ${RMDIR} -p %D/share/gnome/apps/Multimedia 2>/dev/null || ${TRUE} @dirrm share/easytag |