diff options
Diffstat (limited to 'system/nanum-coding-fonts-ttf/doinst.sh')
-rw-r--r-- | system/nanum-coding-fonts-ttf/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/nanum-coding-fonts-ttf/doinst.sh b/system/nanum-coding-fonts-ttf/doinst.sh new file mode 100644 index 0000000000..883c47ac0a --- /dev/null +++ b/system/nanum-coding-fonts-ttf/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 |