diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-08-08 00:47:57 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-08-08 00:47:57 +0000 |
commit | e3b52b8ce873d354ce6c262c77c723ec24caa9dc (patch) | |
tree | 6c453c750883bd1bbc4523026b19a38ed9edc1c7 /mail | |
parent | Update to 1.1.1-a018 (diff) |
Fix pkg-plist to remove leftover directories if empty.
PR: 29483
Submitted by: Patrick Li <pat@databits.net>
Notes
Notes:
svn path=/head/; revision=45936
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmmail/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/wmmail/pkg-plist b/mail/wmmail/pkg-plist index c766347f0e10..2aeda846da44 100644 --- a/mail/wmmail/pkg-plist +++ b/mail/wmmail/pkg-plist @@ -50,3 +50,5 @@ GNUstep/Apps/WMMail.app/Sounds/monkey.au @dirrm GNUstep/Apps/WMMail.app/Defaults @dirrm GNUstep/Apps/WMMail.app/Sounds @dirrm GNUstep/Apps/WMMail.app +@unexec rmdir %D/GNUstep/Apps 2>/dev/null || true +@unexec rmdir %D/GNUstep 2>/dev/null || true |