diff options
Diffstat (limited to 'development/ipython-mathjax/doinst.sh')
-rw-r--r-- | development/ipython-mathjax/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/ipython-mathjax/doinst.sh b/development/ipython-mathjax/doinst.sh new file mode 100644 index 0000000000..fe6f6cfc46 --- /dev/null +++ b/development/ipython-mathjax/doinst.sh @@ -0,0 +1,10 @@ +# Update the X font indexes: +if [ -x /usr/bin/mkfontdir -o -x /usr/X11R6/bin/mkfontdir ]; then + ( cd /usr/share/fonts/OTF + mkfontscale . + mkfontdir . + ) +fi +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi |