diff options
author | wiz <wiz> | 2005-03-30 19:48:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-30 19:48:05 +0000 |
commit | 08e79a360b2fefd5253951632330fe6fda82da52 (patch) | |
tree | 04638f110eeb044995d62fff3a444d28e0e62669 /mail/wmmail | |
parent | 78befdddb9b98d455c230f658607c30a88d30610 (diff) | |
download | pkgsrc-08e79a360b2fefd5253951632330fe6fda82da52.tar.gz |
Try removing some more directories during deinstall.
Diffstat (limited to 'mail/wmmail')
-rw-r--r-- | mail/wmmail/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/wmmail/PLIST b/mail/wmmail/PLIST index ef1bf657016..35c9b23a4c5 100644 --- a/mail/wmmail/PLIST +++ b/mail/wmmail/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:01:43 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/03/30 19:48:05 wiz Exp $ GNUstep/Apps/WMMail.app/Anims/NeXT/Mail1.xpm GNUstep/Apps/WMMail.app/Anims/NeXT/Mail2.xpm GNUstep/Apps/WMMail.app/Anims/NeXT/Mail3.xpm @@ -50,3 +50,5 @@ GNUstep/Apps/WMMail.app/WMMail @dirrm GNUstep/Apps/WMMail.app/Anims/NeXT @dirrm GNUstep/Apps/WMMail.app/Anims @dirrm GNUstep/Apps/WMMail.app +@unexec ${RMDIR} %D/GNUstep/Apps 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/GNUstep 2>/dev/null || ${TRUE} |