1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/japanese/kanji18/files/INSTALL.tmpl
Satoshi Taoka bf0f718e1b X11 18-dot kanji font
PR:		15394
Submitted by:	Yoshiro MIHIRA <sanpei@jp.FreeBSD.org>
2000-01-08 01:23:47 +00:00

13 lines
390 B
Bash

#!/bin/sh
if [ "x$2" = "xPOST-INSTALL" ]; then
cd ${PKG_PREFIX}/%%FONTSDIR%%; ${PKG_PREFIX}/bin/mkfontdir
${PKG_PREFIX}/bin/xset fp rehash ||
(
echo "**********************************************************"
echo "You should restart X server or do 'xset fp rehash' command"
echo "to enable this update."
echo "**********************************************************"
)
fi