diff options
Diffstat (limited to 'system/artwiz-cursor/doinst.sh')
-rw-r--r-- | system/artwiz-cursor/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/artwiz-cursor/doinst.sh b/system/artwiz-cursor/doinst.sh new file mode 100644 index 0000000000..887e064938 --- /dev/null +++ b/system/artwiz-cursor/doinst.sh @@ -0,0 +1,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 |