summaryrefslogtreecommitdiffstats
path: root/system/culmus/doinst.sh
blob: 978cbdd491519714c70d595708a640b2932699f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 )