use @unexec ${RMDIR} rather than @dirrm for shared directories.
from Julio Merino in PR pkg/19022.
This commit is contained in:
parent
603926d779
commit
e8dac9c354
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue