summaryrefslogtreecommitdiffstats
path: root/system/sahel-font/doinst.sh
blob: 24224f5ab3bd67c489974f0fa977a0a276d51576 (plain)
# Update the fonts indexes.

if [ -x /usr/bin/mkfontdir ]; then
   cd /usr/share/fonts/TTF
   mkfontdir .
fi

if [ -x /usr/bin/mkfontscale ]; then
   cd /usr/share/fonts/TTF
   mkfontscale .
fi

if [ -x /usr/bin/fc-cache ]; then
   fc-cache -f -v
fi