aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/kanji26/files
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2000-01-08 09:24:41 +0800
committertaoka <taoka@FreeBSD.org>2000-01-08 09:24:41 +0800
commit85f7df2feaac4bf5f4f02db5c526f305c9bc900d (patch)
tree4031a8b96451ab577c56d7324b81de9fe9a7c85f /japanese/kanji26/files
parentee869fcc7e3d2fec70160ecfa55062431510e6c5 (diff)
downloadfreebsd-ports-gnome-85f7df2feaac4bf5f4f02db5c526f305c9bc900d.tar.gz
freebsd-ports-gnome-85f7df2feaac4bf5f4f02db5c526f305c9bc900d.tar.zst
freebsd-ports-gnome-85f7df2feaac4bf5f4f02db5c526f305c9bc900d.zip
X11 26-dot kanji font
PR: 15394 Submitted by: Yoshiro MIHIRA <sanpei@jp.FreeBSD.org>
Diffstat (limited to 'japanese/kanji26/files')
-rw-r--r--japanese/kanji26/files/DEINSTALL.tmpl12
-rw-r--r--japanese/kanji26/files/INSTALL.tmpl12
2 files changed, 24 insertions, 0 deletions
diff --git a/japanese/kanji26/files/DEINSTALL.tmpl b/japanese/kanji26/files/DEINSTALL.tmpl
new file mode 100644
index 000000000000..ee96237b0b93
--- /dev/null
+++ b/japanese/kanji26/files/DEINSTALL.tmpl
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+if [ "x$2" = "xPOST-DEINSTALL" ]; 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
diff --git a/japanese/kanji26/files/INSTALL.tmpl b/japanese/kanji26/files/INSTALL.tmpl
new file mode 100644
index 000000000000..77be2d3b8f9e
--- /dev/null
+++ b/japanese/kanji26/files/INSTALL.tmpl
@@ -0,0 +1,12 @@
+#!/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