post_install() { echo -n "updating font cache... " /usr/bin/fc-cache -f echo "done." } post_upgrade() { echo -n "updating font cache... " /usr/bin/fc-cache -f echo "done." }