mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
6 lines
110 B
Bash
6 lines
110 B
Bash
#!/bin/sh
|
|
# Update the X font indexes:
|
|
if [ -x usr/X11R6/bin/fc-cache ]; then
|
|
usr/X11R6/bin/fc-cache -f
|
|
fi
|
|
|