summaryrefslogtreecommitdiffstats
path: root/system/artwiz-cursor/doinst.sh
blob: 887e0649389ae4ab3e46a0cb5940add264a02c91 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Update the X font indexes:
if [ -x /usr/bin/mkfontdir ]; then
  /usr/bin/mkfontscale /usr/share/fonts/misc
  /usr/bin/mkfontdir /usr/share/fonts/misc
fi
if [ -x /usr/bin/fc-cache ]; then
  /usr/bin/fc-cache -f
fi