6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkfontdir /usr/share/fonts/X11/OTF
|
|
mkfontscale /usr/share/fonts/X11/OTF
|
|
fc-cache
|