diff options
Diffstat (limited to 'system/noto-emoji/doinst.sh')
-rw-r--r-- | system/noto-emoji/doinst.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/noto-emoji/doinst.sh b/system/noto-emoji/doinst.sh new file mode 100644 index 000000000000..8fec9f534006 --- /dev/null +++ b/system/noto-emoji/doinst.sh @@ -0,0 +1,11 @@ +# 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 |