diff options
author | Azure Zanculmarktum <zanculmarktum@gmail.com> | 2018-03-16 19:17:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-16 19:17:59 +0700 |
commit | 101684046c1f6ebf85afc8808926060d407d0822 (patch) | |
tree | 31eb33d5291970ed6a35dab17c3af340a5a3821d /system/ProFont/doinst.sh | |
parent | 65a4d026d8ce42307bb4cd95704e3f3d1b7a09b3 (diff) |
system/ProFont: Added (bitmap font).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ProFont/doinst.sh')
-rw-r--r-- | system/ProFont/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/ProFont/doinst.sh b/system/ProFont/doinst.sh new file mode 100644 index 0000000000000..47d98fb2b966d --- /dev/null +++ b/system/ProFont/doinst.sh @@ -0,0 +1,8 @@ +if [ -x /usr/bin/mkfontdir -o -x /usr/X11R6/bin/mkfontdir ]; then + ( cd /usr/share/fonts/misc + mkfontdir . + ) +fi +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi |