diff options
author | asami <asami@FreeBSD.org> | 2000-06-01 06:46:32 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-01 06:46:32 +0000 |
commit | 92170126a08edf49e32c345c624893dd842ed7de (patch) | |
tree | 671aad50e217d29cd957e667904457479f03ed5e /korean/johabfonts/pkg-plist | |
parent | 272323e5ce0d55c612b70d1af2ccbde6a5ae673a (diff) | |
download | FreeBSD-ports-92170126a08edf49e32c345c624893dd842ed7de.zip FreeBSD-ports-92170126a08edf49e32c345c624893dd842ed7de.tar.gz |
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.)
Diffstat (limited to 'korean/johabfonts/pkg-plist')
-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 74507ec..fda064c 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 |