diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-08 06:33:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-08 06:33:56 +0000 |
commit | 55816dc5daffdcb8b26c52b16da6ec3cb777785f (patch) | |
tree | 049589e0d70048c978dfca92892790a1fcb1f612 /print | |
parent | f965f94083a12e50eb500b146574ee72d3b1a04b (diff) | |
download | pkgsrc-55816dc5daffdcb8b26c52b16da6ec3cb777785f.tar.gz |
Remove share/fonts, if unused.
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/PLIST | 3 | ||||
-rw-r--r-- | print/tex-chemarrow/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/print/gnome-print/PLIST b/print/gnome-print/PLIST index 3fa798341be..1a3fa5112a9 100644 --- a/print/gnome-print/PLIST +++ b/print/gnome-print/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:32 jlam Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/07/08 06:34:23 wiz Exp $ bin/gnome-font-install etc/gnome/fonts/gnome-print-ghostscript.fontmap etc/gnome/fonts/gnome-print-x11.fontmap @@ -116,6 +116,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-print.mo @dirrm share/gnome-print @dirrm share/fonts/afms/adobe @dirrm share/fonts/afms +@unexec ${RMDIR} %D/share/fonts 2> /dev/null || ${TRUE} @dirrm include/gnome-1.0/libgnomeprint @dirrm etc/gnome/fonts @dirrm etc/gnome diff --git a/print/tex-chemarrow/PLIST b/print/tex-chemarrow/PLIST index bb4fb76a66d..df9eb84a09d 100644 --- a/print/tex-chemarrow/PLIST +++ b/print/tex-chemarrow/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/04/07 02:41:13 minskim Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/07/08 06:34:13 wiz Exp $ ${PKG_LOCALTEXMFPREFIX}/fonts/source/chemarrow/arrow.mf ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/chemarrow/arrow.tfm ${PKG_LOCALTEXMFPREFIX}/tex/latex/chemarrow/chemarrow.sty @@ -11,3 +11,4 @@ share/fonts/chemarrow/arrow.pfm @dirrm ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/chemarrow @dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/chemarrow @dirrm share/fonts/chemarrow +@unexec ${RMDIR} %D/share/fonts 2> /dev/null || ${TRUE} |