Fonts update: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Tips]] | [[Category:Tips]] | ||
<pre>#!/bin/sh | <pre> | ||
#!/bin/sh | |||
#updatefonts | #updatefonts | ||
mkfontdir | mkfontdir | ||
mkfontscale | mkfontscale | ||
#Scan directories with apparently valid caches (-f, --force,) verbose (-v, --verbose) (see also man fc-cache: ) | #Scan directories with apparently valid caches (-f, --force,) verbose (-v, --verbose) (see also man fc-cache: ) | ||
fc-cache -f -v</pre> | fc-cache -f -v | ||
</pre> |
Revision as of 14:46, 20 May 2020
#!/bin/sh #updatefonts mkfontdir mkfontscale #Scan directories with apparently valid caches (-f, --force,) verbose (-v, --verbose) (see also man fc-cache: ) fc-cache -f -v