mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +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 :-)
|
||
|
|