2012-12-17 06:43:45 +08:00
|
|
|
# Update the X font indexes:
|
2012-11-23 23:25:01 +08:00
|
|
|
if [ -x /usr/bin/mkfontdir ]; then
|
2012-12-17 06:43:45 +08:00
|
|
|
/usr/bin/mkfontscale /usr/share/fonts/OTF
|
|
|
|
/usr/bin/mkfontdir /usr/share/fonts/OTF
|
2012-11-23 23:25:01 +08:00
|
|
|
fi
|
|
|
|
if [ -x /usr/bin/fc-cache ]; then
|
|
|
|
/usr/bin/fc-cache -f
|
|
|
|
fi
|
|
|
|
|