mirror of
git://slackware.nl/current.git
synced 2025-01-02 06:19:52 +01:00
7 lines
144 B
Bash
7 lines
144 B
Bash
|
# Update the X font indexes:
|
||
|
if [ -x /usr/bin/fc-cache ]; then
|
||
|
/usr/bin/fc-cache -f
|
||
|
fi
|
||
|
# else we'll catch it later with setup.fontconfig :-)
|
||
|
|