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 /games/xjewel | |
parent | ca7294c9440ff850ae2f402e4215b797e8a621cc (diff) |
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 'games/xjewel')
-rw-r--r-- | games/xjewel/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xjewel/pkg-plist b/games/xjewel/pkg-plist index 2032cfcd4ddc..11b6785c4e44 100644 --- a/games/xjewel/pkg-plist +++ b/games/xjewel/pkg-plist @@ -3,4 +3,5 @@ lib/X11/xjewel/xjewel.scores %%FONTSDIR%%/seven_seg.pcf.gz @exec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir @unexec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir +@unexec if [ `wc -c %D/%%FONTSDIR%%/fonts.dir | awk '{print $1}'` = 2 ]; then rm -f %D/%%FONTSDIR%%/fonts.dir; fi @dirrm lib/X11/xjewel |