diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-01 06:46:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-01 06:46:32 +0000 |
commit | 9741d6da4d58901bff4562ec43d68c9f4c827c4b (patch) | |
tree | e5eadb893d71812952c2325053b16f2b42af4268 /korean/johabfonts | |
parent | ca7294c9440ff850ae2f402e4215b797e8a621cc (diff) | |
download | ports-9741d6da4d58901bff4562ec43d68c9f4c827c4b.tar.gz ports-9741d6da4d58901bff4562ec43d68c9f4c827c4b.zip |
Remove empty fonts.dir and fonts.alias files. (Note chinese/kcfonts still
leaves fonts.alias behind -- it is not removing any entries from that file.)
Notes
Notes:
svn path=/head/; revision=29026
Diffstat (limited to 'korean/johabfonts')
-rw-r--r-- | korean/johabfonts/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korean/johabfonts/pkg-plist b/korean/johabfonts/pkg-plist index 74507ecdbce5..fda064cce97a 100644 --- a/korean/johabfonts/pkg-plist +++ b/korean/johabfonts/pkg-plist @@ -11,3 +11,4 @@ lib/X11/fonts/local/johabsm16.pcf.gz lib/X11/fonts/local/johabsp16.pcf.gz @exec cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir @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 |