diff options
author | ltlnx <ltlnx.tw@gmail.com> | 2023-01-24 04:55:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:23:01 +0700 |
commit | 12afb89940e4448d2d3060a1fc0371d3fbae3616 (patch) | |
tree | 44012c2eda2a7efe2fe04ccd6a0acf898dbbbcef /system/lxgw-wenkai-fonts/doinst.sh | |
parent | 8049bd50bb705b2f3049496b8875e5c704a557df (diff) |
system/lxgw-wenkai-fonts: Added (Chinese font derived from Klee One)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lxgw-wenkai-fonts/doinst.sh')
-rw-r--r-- | system/lxgw-wenkai-fonts/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/lxgw-wenkai-fonts/doinst.sh b/system/lxgw-wenkai-fonts/doinst.sh new file mode 100644 index 0000000000..883c47ac0a --- /dev/null +++ b/system/lxgw-wenkai-fonts/doinst.sh @@ -0,0 +1,10 @@ +# Update the X font indexes: +if [ -x /usr/bin/mkfontdir ]; then + ( cd /usr/share/fonts/TTF + mkfontscale . + mkfontdir . + ) +fi +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi |