mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
2725f5047f
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
12 lines
233 B
Bash
12 lines
233 B
Bash
#!/bin/sh
|
|
|
|
fc-cache -f
|
|
cd /usr/share/fonts/TTF
|
|
/usr/bin/mkfontscale
|
|
/usr/bin/mkfontdir
|
|
|
|
cd /usr/share/fonts/Type1
|
|
/usr/bin/mkfontscale
|
|
/usr/bin/mkfontdir
|
|
|
|
( cd /etc/fonts/conf.d ; ln -sf ../conf.avail/61-culmus.conf 61-culmus.conf )
|