#!/bin/bash # Update font cache updateFontCache() { changeUser -u $TT_PKG_USER fc-cache -s -v -f 2>/dev/null >/dev/null }