diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-01-08 01:23:47 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-01-08 01:23:47 +0000 |
commit | bf0f718e1b040831f2edb68c2d78cca44d3b5232 (patch) | |
tree | 74672a68eae3b9021cd5f7ab64c0e4a912c6c7bd /japanese/kanji18/files | |
parent | 8ef08b59c587a6ee734a3a3f948f62fae0278a58 (diff) |
Notes
Diffstat (limited to 'japanese/kanji18/files')
-rw-r--r-- | japanese/kanji18/files/DEINSTALL.tmpl | 12 | ||||
-rw-r--r-- | japanese/kanji18/files/INSTALL.tmpl | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/japanese/kanji18/files/DEINSTALL.tmpl b/japanese/kanji18/files/DEINSTALL.tmpl new file mode 100644 index 000000000000..ee96237b0b93 --- /dev/null +++ b/japanese/kanji18/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/kanji18/files/INSTALL.tmpl b/japanese/kanji18/files/INSTALL.tmpl new file mode 100644 index 000000000000..77be2d3b8f9e --- /dev/null +++ b/japanese/kanji18/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 |