diff options
author | wiz <wiz> | 2002-12-03 09:44:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-03 09:44:12 +0000 |
commit | 823fd74e14c5a09515b9e1e1db80e08ab8ff0661 (patch) | |
tree | cf4fb84604e35cfdc20c3635a228e2b6918b6991 /misc | |
parent | d317ed0fa30c17f7bacf035d1051fde05f3154a3 (diff) | |
download | pkgsrc-823fd74e14c5a09515b9e1e1db80e08ab8ff0661.tar.gz |
mkdir share/icons unneeded -- will be created by tar/pax.
mkdirs are only needed for empty directories.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/blackbook/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/blackbook/PLIST b/misc/blackbook/PLIST index e3561ddebe1..eb0d091f320 100644 --- a/misc/blackbook/PLIST +++ b/misc/blackbook/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/02 21:18:44 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/03 09:44:12 wiz Exp $ bin/blackbook -@exec ${MKDIR} %D/share/icons share/icons/book64.xpm share/icons/book48.xpm @unexec ${RMDIR} %D/share/icons 2>/dev/null || ${TRUE} |