770e957eb2
vfontcap-kochi is a configuration file for VFlib to use kochi-mincho and kochi-gothic TrueType font.
18 lines
246 B
Text
18 lines
246 B
Text
#!/bin/sh
|
|
#
|
|
# $NetBSD: INSTALL,v 1.1.1.1 2003/03/15 20:28:01 kei Exp $
|
|
|
|
case ${STAGE} in
|
|
PRE-INSTALL)
|
|
${MV} @VFONTCAPDIR@/vfontcap @VFONTCAPDIR@/vfontcap.orig
|
|
;;
|
|
|
|
POST-INSTALL)
|
|
;;
|
|
|
|
*)
|
|
${ECHO} "Unexpected argument: ${STAGE}"
|
|
exit 1
|
|
;;
|
|
|
|
esac
|