summaryrefslogtreecommitdiffstats
path: root/system/culmus/doinst.sh
blob: 0db5b6121dadaec2716fea099e0d62d2d27e7f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

if [ -x /usr/bin/fc-cache ]; then
  /usr/bin/fc-cache -f
fi

# Update the X font indexes:
if [ -x /usr/bin/mkfontdir -o -x /usr/X11R6/bin/mkfontdir ]; then
  ( cd /usr/share/fonts/TTF
    mkfontscale .
    mkfontdir .
  )
  ( cd /usr/share/fonts/Type1
    mkfontscale .
    mkfontdir .
  )
fi