mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
7 lines
99 B
Bash
7 lines
99 B
Bash
#!/bin/sh
|
|
|
|
# Update the X font indexes:
|
|
if [ -x usr/bin/fc-cache ]; then
|
|
usr/bin/fc-cache -f
|
|
fi
|
|
|