diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-02 18:07:01 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-02 18:07:01 +0000 |
commit | 2cbfe6f8b9c77bdfb20dc2e1c88d5703f16e7610 (patch) | |
tree | 299d8733cd5cbe736f59a5f955eba28e8c25e987 /graphics | |
parent | 25bac7e1a7be6f81af5563e7e8e6e2c87d0e8639 (diff) | |
download | pkgsrc-2cbfe6f8b9c77bdfb20dc2e1c88d5703f16e7610.tar.gz |
turn the logics about gnome/48x48/mimetypes the other way: always create and
always remove -- this should make automatically created PLISTS @comment
it out, and everything should be fine
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnome-icon-theme/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gnome-icon-theme/PLIST b/graphics/gnome-icon-theme/PLIST index 0817bb4a978..2eb066d427a 100644 --- a/graphics/gnome-icon-theme/PLIST +++ b/graphics/gnome-icon-theme/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2007/01/24 19:39:25 wiz Exp $ +@comment $NetBSD: PLIST,v 1.21 2007/02/02 18:07:01 drochner Exp $ share/icons/gnome/16x16/actions/add.png share/icons/gnome/16x16/actions/application-exit.png share/icons/gnome/16x16/actions/appointment-new.png @@ -4990,7 +4990,8 @@ share/pkgconfig/gnome-icon-theme.pc @dirrm share/icons/gnome/48x48/stock/data @dirrm share/icons/gnome/48x48/stock/code @dirrm share/icons/gnome/48x48/stock -@unexec ${RMDIR} %D/share/icons/gnome/48x48/mimetypes 2>/dev/null || ${TRUE} +@exec ${MKDIR} %D/share/icons/gnome/48x48/mimetypes +@dirrm share/icons/gnome/48x48/mimetypes @dirrm share/icons/gnome/48x48/filesystems @dirrm share/icons/gnome/48x48/emblems @dirrm share/icons/gnome/48x48/devices |