diff options
author | clive <clive@FreeBSD.org> | 2001-01-05 12:42:38 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-01-05 12:42:38 +0800 |
commit | 8743238d3adc2f1adbe842f8aebeb4d6e8b0d210 (patch) | |
tree | 482f037bf74261b7fc3d021517efb20f60ef0749 /chinese | |
parent | 49884181c300b258eb99f851d01e626a241ad07b (diff) | |
download | freebsd-ports-gnome-8743238d3adc2f1adbe842f8aebeb4d6e8b0d210.tar.gz freebsd-ports-gnome-8743238d3adc2f1adbe842f8aebeb4d6e8b0d210.tar.zst freebsd-ports-gnome-8743238d3adc2f1adbe842f8aebeb4d6e8b0d210.zip |
Don't rm -f lib/X11/fonts/local/fonts.dir eventhough there's really no
other fonts left. fonts.dir are in XFree86's pkg-plist both in version 3
and version 4.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/kcfonts/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chinese/kcfonts/pkg-plist b/chinese/kcfonts/pkg-plist index 788d08f13866..97c36351319e 100644 --- a/chinese/kcfonts/pkg-plist +++ b/chinese/kcfonts/pkg-plist @@ -6,5 +6,4 @@ lib/X11/fonts/local/kc_fonts.alias @exec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir @exec cd %D/lib/X11/fonts/local ; cat kc_fonts.alias >> fonts.alias ; cp fonts.alias ..fonts.alias.. ; sort ..fonts.alias.. | uniq > fonts.alias ; rm ..fonts.alias.. @unexec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir -@unexec if [ `wc -c %D/lib/X11/fonts/local/fonts.dir | awk '{print $1}'` = 2 ]; then rm -f %D/lib/X11/fonts/local/fonts.dir; fi @unexec if [ ! -s %D/lib/X11/fonts/local/fonts.alias ]; then rm -f %D/lib/X11/fonts/local/fonts.alias; fi |