diff options
author | asami <asami@FreeBSD.org> | 1997-04-01 19:38:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-01 19:38:33 +0800 |
commit | 6c9897cf7ebf19fc212ab70fb11173f085e43500 (patch) | |
tree | 8f60b47a0dfc28e0078db8a037ea9108f054752d /japanese/k12/pkg-req | |
parent | a43d2d689eafd105d74963e4ff9382faf4cec970 (diff) | |
download | freebsd-ports-graphics-6c9897cf7ebf19fc212ab70fb11173f085e43500.tar.gz freebsd-ports-graphics-6c9897cf7ebf19fc212ab70fb11173f085e43500.tar.zst freebsd-ports-graphics-6c9897cf7ebf19fc212ab70fb11173f085e43500.zip |
Japanese 12-dot fonts for X. Might be useful to laptop users.
Submitted by: mita@jp.FreeBSD.org (MITA Yoshio)
Diffstat (limited to 'japanese/k12/pkg-req')
-rw-r--r-- | japanese/k12/pkg-req | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/k12/pkg-req b/japanese/k12/pkg-req new file mode 100644 index 00000000000..382e9dffeef --- /dev/null +++ b/japanese/k12/pkg-req @@ -0,0 +1,10 @@ +#!/bin/sh +if [ "$2" != "INSTALL" ] ; then + exit 0 +fi +echo "Updating misc/fonts.alias" +cd /usr/X11R6/lib/X11/fonts/misc +touch fonts.alias +cp fonts.alias fonts.alias.orig +(cat fonts.alias.orig ; echo "k12 -mnkaname-fixed-medium-r-normal--12-110-75-75-c-120-jisx0208.1983-0" ; echo "r12 -mnkaname-fixed-medium-r-normal--12-110-75-75-c-60-jisx0201.1976-0") > fonts.alias +rm fonts.alias.orig |