diff options
author | grant <grant@pkgsrc.org> | 2002-11-21 12:49:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-11-21 12:49:15 +0000 |
commit | e8dac9c35427fbcf5a02a0d99975581e49b6418a (patch) | |
tree | a69f291ca82445b0bc02ce9e1f9be56b5f640e17 /wm/metacity/PLIST | |
parent | 603926d77983ef3afaefd2bb37887e444212e84b (diff) | |
download | pkgsrc-e8dac9c35427fbcf5a02a0d99975581e49b6418a.tar.gz |
use @unexec ${RMDIR} rather than @dirrm for shared directories.
from Julio Merino in PR pkg/19022.
Diffstat (limited to 'wm/metacity/PLIST')
-rw-r--r-- | wm/metacity/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/metacity/PLIST b/wm/metacity/PLIST index b52cf732d25..33b9451c133 100644 --- a/wm/metacity/PLIST +++ b/wm/metacity/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/09/10 17:17:08 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/11/21 12:49:15 grant Exp $ bin/metacity bin/metacity-message bin/metacity-properties @@ -143,8 +143,8 @@ share/themes/Metabox/metacity-1/metacity-theme-1.xml @dirrm share/metacity/icons @dirrm share/metacity/glade @dirrm share/metacity -@dirrm share/gnome/wm-properties -@dirrm etc/gconf/schemas +@unexec ${RMDIR} %D/share/gnome/wm-properties 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/etc/gconf/schemas 2>/dev/null || ${TRUE} @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/metacity/window_keybindings @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/metacity/keybinding_commands @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/metacity/global_keybindings |