summaryrefslogtreecommitdiffstats
path: root/system/siji-font/doinst.sh
blob: 440f45861f4c2fe7ffcce5502f3ab4da93e0d2f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if [ -x /usr/bin/mkfontdir -o -x /usr/X11R6/bin/mkfontdir ]; then
  ( cd /usr/share/fonts/misc
    mkfontdir .
  )
fi
if [ -x /usr/bin/xset ]; then
  /usr/bin/xset +fp /usr/share/fonts/misc
  /usr/bin/xset fp rehash
fi
if [ -x /usr/bin/fc-cache ]; then
  /usr/bin/fc-cache -f
fi