diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-15 11:10:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-15 11:10:39 +0000 |
commit | 8a8be137a1aa6782436e2b75bd453990bfe2c8a8 (patch) | |
tree | 32ca574ccb39bdbaf7b01dc0ef59242484982446 /x11/gnustep-preferences | |
parent | f80b1b720fb4975bf9b511350deb48c41096896b (diff) | |
download | pkgsrc-8a8be137a1aa6782436e2b75bd453990bfe2c8a8.tar.gz |
Add unexec dirrm for directory which looks as if it might be shared,
and definitely doesn't get removed.
Diffstat (limited to 'x11/gnustep-preferences')
-rw-r--r-- | x11/gnustep-preferences/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnustep-preferences/PLIST b/x11/gnustep-preferences/PLIST index 2077e7c3ef9..1bd718b7b7e 100644 --- a/x11/gnustep-preferences/PLIST +++ b/x11/gnustep-preferences/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/09/10 21:30:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/09/15 11:10:39 wiz Exp $ share/GNUstep/System/Applications/Preferences.app/Preferences share/GNUstep/System/Applications/Preferences.app/Resources/English.lproj/Localizable.strings share/GNUstep/System/Applications/Preferences.app/Resources/English.lproj/Preferences.gorm @@ -49,4 +49,5 @@ share/GNUstep/System/Library/Preferences/Keyboard.prefs/stamp.make @dirrm share/GNUstep/System/Applications/Preferences.app/Resources @dirrm share/GNUstep/System/Applications/Preferences.app @dirrm share/GNUstep/Network/Library/Preferences +@unexec ${RMDIR} %D/share/GNUstep/Network/Library 2>/dev/null || ${TRUE} @dirrm share/GNUstep/Local/Library/Preferences |