2015-08-17 23:46:40 +08:00
|
|
|
# Update the X font indexes:
|
2020-10-02 07:07:26 +08:00
|
|
|
|
2015-08-17 23:46:40 +08:00
|
|
|
if [ -x /usr/bin/mkfontdir ]; then
|
2021-02-27 04:25:50 +08:00
|
|
|
( cd usr/share/fonts/TTF
|
|
|
|
/usr/bin/mkfontscale .
|
|
|
|
/usr/bin/mkfontdir .
|
2015-08-17 23:46:40 +08:00
|
|
|
)
|
2020-10-02 07:07:26 +08:00
|
|
|
|
|
|
|
[ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache -f
|
2015-08-17 23:46:40 +08:00
|
|
|
fi
|