6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkfontdir /usr/lib/X11/fonts/TTF
|
|
mkfontscale /usr/lib/X11/fonts/TTF
|
|
fc-cache
|