6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkfontdir /usr/lib/X11/fonts/{O,T}TF
|
|
mkfontscale /usr/lib/X11/fonts/{O,T}TF
|
|
fc-cache
|