summaryrefslogtreecommitdiffstats
path: root/system/culmus/doinst.sh
blob: 33601479985f603f912c173c73b8f5ee4b559347 (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 .
  )